Skip to content

Commit

Permalink
chore(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nstuyvesant committed Jan 6, 2025
1 parent 95b6e6c commit ad06dda
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 223 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"eslint": "^9.17.0",
Expand All @@ -43,10 +43,10 @@
"prettier": "^3.4.2",
"prettier-config-carbon": "^0.11.0",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.16.0",
"svelte": "^5.16.3",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.1",
"vue-eslint-parser": "^9.4.3"
},
"release": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@carbon/icons": "^11.53.0",
"@playwright/test": "^1.49.1",
"angular-eslint": "^18.4.3",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.4.2",
"typescript": "<5.6.0",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.1",
"zone.js": "~0.15.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@
},
"devDependencies": {
"@carbon/layout": "^11.28.0",
"@carbon/styles": "^1.71.0",
"@carbon/themes": "^11.43.0",
"@carbon/styles": "^1.72.0",
"@carbon/themes": "^11.44.0",
"@playwright/test": "^1.49.1",
"@rollup/plugin-replace": "^6.0.2",
"@types/dompurify": "^3.2.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"concurrently": "^9.1.1",
"@types/node": "^22.10.5",
"concurrently": "^9.1.2",
"downlevel-dts": "^0.11.0",
"eslint": "^9.17.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"publint": "^0.3.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.83.0",
"sass": "^1.83.1",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@carbon/charts": "workspace:*",
"@carbon/charts-react": "workspace:*",
"@carbon/icons-react": "^11.53.0",
"@carbon/react": "^1.72.0",
"@carbon/react": "^1.73.0",
"@stackblitz/sdk": "^1.11.0",
"fuse.js": "^7.0.0",
"highlight.js": "^11.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"devDependencies": {
"@types/react": "^18.3.18",
Expand All @@ -39,10 +39,10 @@
"eslint": "^9.17.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"sass": "^1.83.1",
"typedoc": "^0.27.6",
"typescript": "^5.7.2",
"vite": "^6.0.6"
"vite": "^6.0.7"
},
"publishConfig": {
"access": "restricted"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"classnames": "^2.5.1",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"downlevel-dts": "^0.11.0",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"svelte": "^5.16.0",
"publint": "^0.3.0",
"svelte": "^5.16.3",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.6"
"vite": "^6.0.7"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
Expand Down
Loading

0 comments on commit ad06dda

Please sign in to comment.