Skip to content

Commit

Permalink
re-ordered dependencies (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Marszalek authored and vnys committed Nov 13, 2020
1 parent faa9c47 commit 5f74c33
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
18 changes: 9 additions & 9 deletions libraries/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-core-react",
"version": "0.7.0-beta.1",
"version": "0.7.0-beta.3",
"description": "The React implementation of the Equinor Design System",
"main": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -50,15 +50,20 @@
"@rollup/plugin-node-resolve": "^8.0.1",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/react-hooks": "^3.3.0",
"@testing-library/user-event": "^10.3.2",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.162",
"@types/react": "^16.9.47",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.2",
"@types/testing-library__jest-dom": "^5.9.2",
"babel-plugin-styled-components": "^1.10.7",
"csstype": "^3.0.3",
"focus-visible": "^5.2.0",
"jest": "^26.0.1",
"jest-styled-components": "^6.3.4",
"lodash": "^4.17.19",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
Expand All @@ -72,18 +77,13 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"styled-components": "^4.2.0"
},
"dependencies": {
"@equinor/eds-icons": "0.5.0-beta.1",
"@equinor/eds-tokens": "0.5.1-beta.1",
"@testing-library/react-hooks": "^3.3.0",
"@types/lodash": "^4.14.162",
"csstype": "^3.0.3",
"focus-visible": "^5.2.0",
"lodash": "^4.17.19"
"@equinor/eds-tokens": "0.5.1-beta.1"
},
"engines": {
"pnpm": ">=4",
Expand Down
29 changes: 17 additions & 12 deletions libraries/core-react/pnpm-lock.yaml

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

0 comments on commit 5f74c33

Please sign in to comment.