Skip to content

Commit

Permalink
chore(app): bump svelte/sveltekit, date-fns, storybook, vue, vite, @c…
Browse files Browse the repository at this point in the history
…arbon/icons, @carbon/styles, @carbon/themes, vite-plugin-dts, sass
  • Loading branch information
nstuyvesant committed Jan 20, 2024
1 parent fc77b26 commit 233812c
Show file tree
Hide file tree
Showing 7 changed files with 739 additions and 738 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"prettier": "./prettier.config.mjs",
"devDependencies": {
"@nrwl/devkit": "^17.2.8",
"@storybook/addon-essentials": "~7.6.8",
"@storybook/addon-interactions": "~7.6.8",
"@storybook/addon-links": "~7.6.8",
"@storybook/blocks": "~7.6.8",
"@storybook/html-vite": "~7.6.8",
"@storybook/react-vite": "~7.6.8",
"@storybook/svelte": "~7.6.8",
"@storybook/sveltekit": "~7.6.8",
"@storybook/test": "^7.6.8",
"@storybook/theming": "~7.6.8",
"@storybook/vue3": "~7.6.8",
"@storybook/vue3-vite": "~7.6.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@storybook/addon-essentials": "~7.6.10",
"@storybook/addon-interactions": "~7.6.10",
"@storybook/addon-links": "~7.6.10",
"@storybook/blocks": "~7.6.10",
"@storybook/html-vite": "~7.6.10",
"@storybook/react-vite": "~7.6.10",
"@storybook/svelte": "~7.6.10",
"@storybook/sveltekit": "~7.6.10",
"@storybook/test": "^7.6.10",
"@storybook/theming": "~7.6.10",
"@storybook/vue3": "~7.6.10",
"@storybook/vue3-vite": "~7.6.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0",
Expand All @@ -58,15 +58,15 @@
"husky": "^8.0.3",
"lerna": "8.0.2",
"pinst": "^3.0.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"prettier-config-carbon": "^0.11.0",
"prettier-eslint": "^16.2.0",
"prettier-plugin-svelte": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "~7.6.8",
"vite": "^5.0.11",
"vue": "^3.4.13"
"storybook": "~7.6.10",
"vite": "^5.0.12",
"vue": "^3.4.15"
},
"husky": {
"hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@carbon/icon-helpers": "^10.45.1",
"@carbon/icons": "^11.33.0",
"@carbon/icons": "^11.34.0",
"@stackblitz/sdk": "^1.9.0",
"@storybook/angular": "^7.6.8",
"@storybook/angular": "^7.6.10",
"@types/carbon__icon-helpers": "^10.7.4",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
Expand All @@ -66,7 +66,7 @@
"downlevel-dts": "^0.11.0",
"ng-packagr": "^16.2.3",
"rxjs": "~7.8.1",
"storybook": "~7.6.8",
"storybook": "~7.6.10",
"style-loader": "^3.3.4",
"typescript": "~5.1.6",
"zone.js": "~0.14.3"
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"date-fns": "^3.2.0",
"date-fns": "^3.3.0",
"dompurify": "^3.0.8",
"html-to-image": "^1.11.11",
"lodash-es": "^4.17.21",
Expand All @@ -109,8 +109,8 @@
"devDependencies": {
"@carbon/import-once": "^10.7.0",
"@carbon/layout": "^11.20.1",
"@carbon/styles": "1.47.0",
"@carbon/themes": "^11.28.0",
"@carbon/styles": "1.48.0",
"@carbon/themes": "^11.29.0",
"@rollup/plugin-replace": "^5.0.5",
"@stackblitz/sdk": "^1.9.0",
"@types/d3": "^7.4.3",
Expand All @@ -123,13 +123,13 @@
"downlevel-dts": "^0.11.0",
"jsdom": "^23.2.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.69.7",
"storybook": "~7.6.8",
"sass": "^1.70.0",
"storybook": "~7.6.10",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.2.0"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vitest": "^1.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@carbon/charts": "workspace:*",
"@carbon/icons-react": "^11.33.0",
"@carbon/icons-react": "^11.34.0",
"@carbon/telemetry": "~0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@stackblitz/sdk": "1.9.0",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"classnames": "^2.5.1",
Expand All @@ -60,11 +60,11 @@
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"downlevel-dts": "^0.11.0",
"sass": "^1.69.7",
"storybook": "~7.6.8",
"sass": "^1.70.0",
"storybook": "~7.6.10",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@
},
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
"@sveltejs/adapter-auto": "^3.1.0",
"@sveltejs/kit": "^2.3.2",
"@sveltejs/package": "^2.2.5",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/package": "^2.2.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"storybook": "~7.6.8",
"svelte": "^4.2.8",
"storybook": "~7.6.10",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.12"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@carbon/charts": "workspace:*",
"@carbon/telemetry": "~0.1.0",
"vue": "^3.4.13"
"vue": "^3.4.15"
},
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
Expand All @@ -50,10 +50,10 @@
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"storybook": "~7.6.8",
"storybook": "~7.6.10",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 233812c

Please sign in to comment.