Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update to Carbon 11 compatible versions to latest #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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.18.0",
"eslint-plugin-ssr-friendly": "^1.3.0",
"gitignore-to-glob": "^0.3.0",
"globby": "^14.0.0",
Expand All @@ -110,7 +110,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint-config-carbon": "1.19.1",
"stylelint-config-carbon": "1.20.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.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.70.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.69.0",
"@carbon/web-components": "2.17.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.18.0",
"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.70.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
Loading