Skip to content

Commit

Permalink
fixed dependency priority for date-fns (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Strażyński authored Jan 31, 2023
1 parent a707f3d commit 5e6c5d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nordcloud/gnui",
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
"version": "7.8.3",
"version": "7.8.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,6 +75,7 @@
},
"dependencies": {
"@types/styled-system": "^5.1.15",
"date-fns": "^2.29.3",
"lodash.clonedeep": "^4.5.0",
"polished": "^4.2.2",
"react-awesome-styled-grid": "^3.1.4",
Expand Down Expand Up @@ -104,7 +105,6 @@
"@types/react-helmet": "^6.1.6",
"@types/styled-components": "^5.1.26",
"cross-env": "^7.0.3",
"date-fns": "^2.29.3",
"eslint": "^8.31.0",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
Expand Down

0 comments on commit 5e6c5d8

Please sign in to comment.