Skip to content

Commit

Permalink
fix: update Carbon 11 compatible versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase authored Oct 1, 2024
1 parent cf8ae75 commit 7181acc
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 123 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"copyfiles": "^2.4.1",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-config-carbon": "^3.16.0",
"eslint-config-carbon": "^3.17.0",
"eslint-plugin-ssr-friendly": "^1.3.0",
"gitignore-to-glob": "^0.3.0",
"globby": "^14.0.0",
Expand All @@ -105,7 +105,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint-config-carbon": "1.18.0",
"stylelint-config-carbon": "1.19.0",
"webpack": "^5.90.0"
},
"//resolutions:http-signature": "package 'request' deprecated but still used, asks for http-signature ~1.2.0 which indirectly has vulnerabilities",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon|^react$|^react-dom$)/'"
},
"devDependencies": {
"@carbon/grid": "^11.27.0",
"@carbon/grid": "^11.28.0",
"@carbon/ibm-products-styles": "^2.47.0-rc.0",
"@carbon/layout": "^11.26.0",
"@carbon/motion": "^11.22.0",
"@carbon/react": "^1.66.0",
"@carbon/themes": "^11.40.0",
"@carbon/type": "^11.31.0",
"@carbon/layout": "^11.27.0",
"@carbon/motion": "^11.23.0",
"@carbon/react": "^1.67.0",
"@carbon/themes": "^11.41.0",
"@carbon/type": "^11.32.0",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-controls": "^8.0.9",
Expand Down
12 changes: 6 additions & 6 deletions packages/ibm-products-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"test": "jest --colors"
},
"peerDependencies": {
"@carbon/grid": "^11.27.0",
"@carbon/layout": "^11.26.0",
"@carbon/motion": "^11.22.0",
"@carbon/react": "^1.66.0",
"@carbon/themes": "^11.40.0",
"@carbon/type": "^11.31.0",
"@carbon/grid": "^11.28.0",
"@carbon/layout": "^11.27.0",
"@carbon/motion": "^11.23.0",
"@carbon/react": "^1.67.0",
"@carbon/themes": "^11.41.0",
"@carbon/type": "^11.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ibm-products-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"@carbon/grid": "^11.27.0",
"@carbon/layout": "^11.26.0",
"@carbon/motion": "^11.22.0",
"@carbon/themes": "^11.40.0",
"@carbon/type": "^11.31.0"
"@carbon/grid": "^11.28.0",
"@carbon/layout": "^11.27.0",
"@carbon/motion": "^11.23.0",
"@carbon/themes": "^11.41.0",
"@carbon/type": "^11.32.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/ibm-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@carbon/feature-flags": "^0.22.0",
"@carbon/feature-flags": "^0.23.0",
"@carbon/ibm-products-styles": "^2.47.0-rc.0",
"@carbon/telemetry": "^0.1.0",
"@dnd-kit/core": "^6.0.8",
Expand All @@ -111,12 +111,12 @@
"react-window": "^1.8.10"
},
"peerDependencies": {
"@carbon/grid": "^11.27.0",
"@carbon/layout": "^11.26.0",
"@carbon/motion": "^11.22.0",
"@carbon/react": "^1.66.0",
"@carbon/themes": "^11.40.0",
"@carbon/type": "^11.31.0",
"@carbon/grid": "^11.28.0",
"@carbon/layout": "^11.27.0",
"@carbon/motion": "^11.23.0",
"@carbon/react": "^1.67.0",
"@carbon/themes": "^11.41.0",
"@carbon/type": "^11.32.0",
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
}
Expand Down
Loading

0 comments on commit 7181acc

Please sign in to comment.