Skip to content

Commit

Permalink
fix: update to Carbon 11 compatible versions to latest (#6343)
Browse files Browse the repository at this point in the history
* fix: update Carbon 11 compatible versions to latest

* chore: downgrade eslint and stylelint configs

---------

Co-authored-by: lee-chase <[email protected]>
Co-authored-by: elysia <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 1fe4d81 commit 71a201a
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 186 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"copyfiles": "^2.4.1",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-config-carbon": "^3.17.1",
"eslint-config-carbon": "3.17.1",
"eslint-plugin-ssr-friendly": "^1.3.0",
"gitignore-to-glob": "^0.3.0",
"globby": "^14.0.0",
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.28.1",
"@carbon/grid": "^11.29.0",
"@carbon/ibm-products-styles": "^2.49.0",
"@carbon/layout": "^11.27.1",
"@carbon/motion": "^11.23.1",
"@carbon/react": "^1.68.0",
"@carbon/themes": "^11.42.0",
"@carbon/type": "^11.32.1",
"@carbon/layout": "^11.28.0",
"@carbon/motion": "^11.24.0",
"@carbon/react": "^1.69.0",
"@carbon/themes": "^11.43.0",
"@carbon/type": "^11.33.0",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-controls": "^8.0.9",
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.28.1",
"@carbon/layout": "^11.27.1",
"@carbon/motion": "^11.23.1",
"@carbon/themes": "^11.42.0",
"@carbon/type": "^11.32.1"
"@carbon/grid": "^11.29.0",
"@carbon/layout": "^11.28.0",
"@carbon/motion": "^11.24.0",
"@carbon/themes": "^11.43.0",
"@carbon/type": "^11.33.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/ibm-products-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
},
"dependencies": {
"@carbon/ibm-products-styles": "^2.49.0",
"@carbon/styles": "1.67.0",
"@carbon/web-components": "2.15.0",
"@carbon/styles": "1.68.0",
"@carbon/web-components": "2.16.0",
"lit": "^3.1.0"
},
"devDependencies": {
"@carbon/icons": "^11.51.0",
"@carbon/motion": "^11.23.1",
"@carbon/icons": "^11.52.0",
"@carbon/motion": "^11.24.0",
"@mordech/vite-lit-loader": "^0.35.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
Expand All @@ -76,7 +76,7 @@
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.11.1",
"eslint-config-carbon": "^3.17.1",
"eslint-config-carbon": "3.17.1",
"globby": "^14.0.2",
"happy-dom": "^15.7.4",
"postcss": "^8.4.47",
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.23.1",
"@carbon/feature-flags": "^0.24.0",
"@carbon/ibm-products-styles": "^2.49.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.28.1",
"@carbon/layout": "^11.27.1",
"@carbon/motion": "^11.23.1",
"@carbon/react": "^1.68.0",
"@carbon/themes": "^11.42.0",
"@carbon/type": "^11.32.1",
"@carbon/grid": "^11.29.0",
"@carbon/layout": "^11.28.0",
"@carbon/motion": "^11.24.0",
"@carbon/react": "^1.69.0",
"@carbon/themes": "^11.43.0",
"@carbon/type": "^11.33.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 71a201a

Please sign in to comment.