Skip to content

Commit

Permalink
chore(deps): upgrade style-dictionary-esm (stackblitz support)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Nov 28, 2023
1 parent 4fb4f3a commit c2b643a
Show file tree
Hide file tree
Showing 25 changed files with 438 additions and 620 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@pinceau/nuxt": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@vueuse/motion": "^2.0.0",
"nuxt": "^3.8.1",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.6",
"vue": "^3.3.8",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions examples/astro-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"start": "astro dev --port=3000"
},
"dependencies": {
"vue": "^3.3.8"
"vue": "^3.3.9"
},
"devDependencies": {
"@astrojs/svelte": "^4.0.4",
"@pinceau/astro": "workspace:*",
"@pinceau/configs": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*", "@pinceau/svelte": "workspace:*",
"astro": "^3.5.5"
"astro": "^3.6.2"
},
"stackblitz": {
"installDependencies": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/astro-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"start": "astro dev --port=3000"
},
"dependencies": {
"vue": "^3.3.8"
"vue": "^3.3.9"
},
"devDependencies": {
"@astrojs/vue": "^3.0.4",
"@pinceau/astro": "workspace:*",
"@pinceau/configs": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*", "@pinceau/vue": "workspace:*",
"astro": "^3.5.5"
"astro": "^3.6.2"
},
"stackblitz": {
"installDependencies": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@pinceau/astro": "workspace:*",
"astro": "^3.5.5",
"canvas-confetti": "^1.9.1"
"astro": "^3.6.2",
"canvas-confetti": "^1.9.2"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@pinceau/configs": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*", "nuxt": "^3.8.1"
"@pinceau/outputs": "workspace:*", "nuxt": "^3.8.2"
},
"stackblitz": {
"installDependencies": false,
Expand Down
8 changes: 4 additions & 4 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@pinceau/outputs": "workspace:*", "@pinceau/svelte": "workspace:*",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.6",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "5.0.0"
"typescript": "^5.3.2",
"vite": "5.0.3"
},
"stackblitz": {
"installDependencies": false,
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pinceau/configs": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"typescript": "^5.3.2",
"vite": "^5.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@preact/preset-vite": "^2.7.0",
"@prefresh/vite": "^2.4.4",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"typescript": "^5.3.2",
"vite": "^5.0.3"
},
"stackblitz": {
"installDependencies": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*",
"@pinceau/react": "workspace:*",
"@types/node": "20.9.2",
"@types/node": "20.10.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "^4.2.0",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"typescript": "^5.3.2",
"vite": "^5.0.3"
},
"stackblitz": {
"installDependencies": false,
Expand Down
8 changes: 4 additions & 4 deletions examples/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"serve": "vite preview"
},
"dependencies": {
"solid-js": "^1.8.5"
"solid-js": "^1.8.6"
},
"devDependencies": {
"@pinceau/configs": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*", "@pinceau/react": "workspace:*",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42",
"typescript": "^5.3.2",
"vite": "^5.0.3",
"vite-plugin-inspect": "^0.8.0",
"vite-plugin-solid": "^2.7.2"
},
"stackblitz": {
Expand Down
12 changes: 6 additions & 6 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@pinceau/pigments": "workspace:*",
"@pinceau/outputs": "workspace:*",
"@pinceau/svelte": "workspace:*",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"typescript": "^5.3.2",
"vite": "^5.0.3"
},
"stackblitz": {
"installDependencies": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"vue": "^3.3.8",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -19,8 +19,8 @@
"@pinceau/outputs": "workspace:*",
"@pinceau/vue": "workspace:*",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"typescript": "^5.3.2",
"vite": "^5.0.3"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion integrations/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@pinceau/theme": "workspace:*",
"@pinceau/vue": "workspace:*",
"jiti": "^1.21.0",
"tsup": "^7.3.0"
"tsup": "^8.0.1"
},
"dependencies": {
"esbuild-plugin-pipe": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integrations/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@pinceau/theme": "workspace:*",
"@pinceau/core": "workspace:*",
"@pinceau/style": "workspace:*",
"@vue/compiler-sfc": "^3.3.8",
"@vue/compiler-sfc": "^3.3.9",
"fast-glob": "^3.3.2",
"line-column": "^1.0.2",
"tinycolor2": "1.6.0",
Expand Down
10 changes: 5 additions & 5 deletions integrations/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@nuxt/kit": "^3.8.1",
"@nuxt/kit": "^3.8.2",
"@pinceau/integration": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/vue": "workspace:*"
},
"devDependencies": {
"@nuxt/test-utils": "^3.8.1",
"@nuxthq/studio": "^1.0.4",
"@nuxthq/studio": "^1.0.5",
"@nuxtjs/color-mode": "^3.3.2",
"@pinceau/configs": "workspace:*",
"nitropack": "2.7.2",
"nuxi": "3.9.1",
"nuxt": "3.8.1",
"nitropack": "2.8.0",
"nuxi": "3.10.0",
"nuxt": "3.8.2",
"nuxt-component-meta": "^0.5.4"
}
}
18 changes: 9 additions & 9 deletions integrations/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"start": "vite preview --port 3000"
},
"dependencies": {
"@iconify/json": "^2.2.143",
"appwrite": "^13.0.0",
"@iconify/json": "^2.2.149",
"appwrite": "^13.0.1",
"import-mapper": "^0.0.4",
"monaco-jsx-syntax-highlight": "^1.2.0",
"splitpanes": "^3.1.5",
Expand All @@ -52,7 +52,7 @@
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@babel/types": "^7.23.4",
"@microsoft/api-extractor": "^7.38.3",
"@pinceau/browser": "workspace:*",
"@pinceau/configs": "workspace:*",
Expand All @@ -61,7 +61,7 @@
"@pinceau/svelte": "workspace:*",
"@pinceau/vue": "workspace:*",
"@rollup/plugin-replace": "^5.0.5",
"@types/node": "^20.9.2",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@volar/cdn": "~1.11.1",
"@volar/language-server": "^1.11.1",
Expand All @@ -78,11 +78,11 @@
"path-browserify": "^1.0.1",
"simple-git-hooks": "^2.9.0",
"sucrase": "^3.34.0",
"svelte": "^4.2.5",
"svelte2tsx": "^0.6.25",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vue": "^3.3.8",
"svelte": "^4.2.7",
"svelte2tsx": "^0.6.27",
"typescript": "^5.3.2",
"vite": "^5.0.3",
"vue": "^3.3.9",
"vue-tsc": "1.8.22"
}
}
2 changes: 1 addition & 1 deletion integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"devDependencies": {
"@pinceau/configs": "workspace:*",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"acorn": "^8.11.2",
"rollup-plugin-svelte": "^7.1.6"
}
Expand Down
6 changes: 3 additions & 3 deletions integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
"devDependencies": {
"@pinceau/configs": "workspace:*",
"@pinceau/language-server": "workspace:*",
"@types/node": "^20.9.2",
"@types/vscode": "^1.84.1",
"@vscode/test-electron": "^2.3.6",
"@types/node": "^20.10.0",
"@types/vscode": "^1.84.2",
"@vscode/test-electron": "^2.3.8",
"@vscode/vsce": "^2.22.0",
"vscode-languageclient": "^9.0.1"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"vue-eslint-parser": "npm:@pinceau/vue-eslint-parser@latest"
},
"devDependencies": {
"@antfu/eslint-config": "^1.2.1",
"@antfu/eslint-config": "^2.1.1",
"@pinceau/configs": "workspace:*",
"@pinceau/core": "workspace:*",
"@pinceau/language-server": "workspace:*",
Expand All @@ -90,13 +90,13 @@
"nodemon": "^3.0.1",
"pinceau": "workspace:*",
"release-it": "^17.0.0",
"rollup": "^4.5.0",
"tsup": "^7.3.0",
"rollup": "^4.6.0",
"tsup": "^8.0.1",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"unenv": "^1.7.4",
"vite-plugin-inspect": "^0.7.42"
"unenv": "^1.8.0",
"vite-plugin-inspect": "^0.8.0"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@pinceau/outputs": "workspace:*"
},
"devDependencies": {
"@types/micromatch": "^4.0.5",
"vite": "^5.0.0"
"@types/micromatch": "^4.0.6",
"vite": "^5.0.3"
},
"peerDependencies": {
"@pinceau/astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@pinceau/style": "workspace:*",
"@pinceau/runtime": "workspace:*",
"pinceau": "workspace:*",
"vite": "^5.0.0"
"vite": "^5.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@pinceau/core": "workspace:*",
"@pinceau/outputs": "workspace:*",
"@unocss/reset": "^0.57.5",
"style-dictionary-esm": "^1.8.4",
"@unocss/reset": "^0.57.7",
"style-dictionary-esm": "^1.9.1",
"untyped": "^1.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c2b643a

Please sign in to comment.