Skip to content

Commit

Permalink
Updated all eds packages to mitigate type issues with eds-icons (#1754)
Browse files Browse the repository at this point in the history
* chore(cookbook-feature-flag): updating eds-core-react and setting as peers and dev dep

* chore(cli): updating eds-core-react and eds-icons

* chore(bookmark): updating eds-core-react and eds-icons and eds-utils

* chore(pnpm): lockfile after eds updates

* docs: changeset
  • Loading branch information
eikeland authored Jan 31, 2024
1 parent 8cf727b commit 81e7db7
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 61 deletions.
7 changes: 7 additions & 0 deletions .changeset/hip-wasps-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@equinor/fusion-framework-react-components-bookmark': patch
'@equinor/fusion-framework-cookbook-app-react-feature-flag': patch
'@equinor/fusion-framework-cli': patch
---

Updating eds packages to mitigate type errors after latest version, @equinor/ids-icons >= 0.20.0.
2 changes: 1 addition & 1 deletion cookbooks/app-react-feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.18.2"
},
"dependencies": {
"@equinor/eds-core-react": "^0.34.0",
"@equinor/eds-core-react": "^0.35.1",
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-framework-module-feature-flag": "workspace:^",
Expand Down
7 changes: 2 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@equinor/eds-core-react": "^0.34.0",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-core-react": "^0.35.1",
"@equinor/eds-icons": "^0.21.0",
"@equinor/eds-tokens": "^0.9.2",
"@equinor/fusion-framework-app": "workspace:^",
"@equinor/fusion-framework-module-feature-flag": "workspace:^",
Expand Down Expand Up @@ -62,9 +62,6 @@
"vite-tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@equinor/eds-core-react": "^0.34.0",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-tokens": "^0.9.2",
"@equinor/fusion-framework": "workspace:^",
"@equinor/fusion-framework-app": "workspace:^",
"@equinor/fusion-framework-module-app": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/react/components/bookmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@equinor/fusion-framework-react-module-bookmark": "workspace:^"
},
"devDependencies": {
"@equinor/eds-core-react": "^0.34.0",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-core-react": "^0.35.1",
"@equinor/eds-icons": "^0.21.0",
"@equinor/eds-tokens": "^0.9.2",
"@equinor/eds-utils": "^0.8.1",
"@equinor/eds-utils": "^0.8.3",
"@equinor/fusion-framework-module-app": "workspace:^",
"@equinor/fusion-framework-module-bookmark": "workspace:^",
"@equinor/fusion-framework-module-event": "workspace:^",
Expand All @@ -40,10 +40,10 @@
"typescript": "^5.1.3"
},
"peerDependencies": {
"@equinor/eds-core-react": "^0.30.0",
"@equinor/eds-icons": "^0.19.3",
"@equinor/eds-core-react": "^0.35.1",
"@equinor/eds-icons": "^0.21.0",
"@equinor/eds-tokens": "^0.9.2",
"@equinor/eds-utils": "^0.8.1",
"@equinor/eds-utils": "^0.8.3",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"styled-components": "^6.0.7"
Expand Down
106 changes: 57 additions & 49 deletions pnpm-lock.yaml

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

0 comments on commit 81e7db7

Please sign in to comment.