Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 14, 2023
1 parent 4f35497 commit 1fc4788
Show file tree
Hide file tree
Showing 24 changed files with 3,298 additions and 4,649 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
}
}
10 changes: 5 additions & 5 deletions examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"devDependencies": {
"@histoire/plugin-nuxt": "workspace:*",
"@histoire/plugin-vue": "workspace:*",
"@nuxtjs/tailwindcss": "^5.1.2",
"cypress": "^10.8.0",
"@nuxtjs/tailwindcss": "^5.3.5",
"cypress": "^10.11.0",
"histoire": "workspace:*",
"nuxt": "^3.3.3",
"start-server-and-test": "^1.14.0",
"vue": "^3.2.47"
"nuxt": "^3.6.5",
"start-server-and-test": "^1.15.4",
"vue": "^3.3.4"
}
}
10 changes: 5 additions & 5 deletions examples/svelte4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"type": "module",
"dependencies": {
"svelte": "^4.1.2"
"svelte": "^4.2.0"
},
"devDependencies": {
"@histoire/plugin-svelte": "workspace:*",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"cypress": "^10.8.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"cypress": "^10.11.0",
"histoire": "workspace:*",
"start-server-and-test": "^1.14.0",
"start-server-and-test": "^1.15.4",
"svelte-preprocess": "^5.0.4",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
16 changes: 8 additions & 8 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"cookie": "^0.4.1"
"@fontsource/fira-mono": "^4.5.10",
"cookie": "^0.4.2"
},
"devDependencies": {
"@histoire/plugin-svelte": "workspace:*",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/kit": "^1.22.6",
"@types/cookie": "^0.5.1",
"histoire": "workspace:*",
"svelte": "^3.54.0",
"svelte-check": "^2.7.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.3.1",
"tslib": "^2.6.1",
"typescript": "^4.9.5",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
8 changes: 4 additions & 4 deletions examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"story:preview": "histoire preview"
},
"dependencies": {
"vue": "^2.7.8"
"vue": "^2.7.14"
},
"devDependencies": {
"@histoire/plugin-vue2": "workspace:*",
"@vitejs/plugin-vue2": "^2.1.0",
"@vitejs/plugin-vue2": "^2.2.0",
"histoire": "workspace:*",
"vite": "^4.4.8",
"vue-template-compiler": "^2.7.8"
"vite": "^4.4.9",
"vue-template-compiler": "^2.7.14"
}
}
6 changes: 3 additions & 3 deletions examples/vue3-percy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"story:preview": "histoire preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@histoire/plugin-percy": "workspace:*",
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
6 changes: 3 additions & 3 deletions examples/vue3-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"story:preview": "histoire preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@histoire/plugin-screenshot": "workspace:*",
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
6 changes: 3 additions & 3 deletions examples/vue3-themed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"story:preview": "histoire preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
8 changes: 4 additions & 4 deletions examples/vue3-vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@mdi/font": "^5.9.55",
"vue": "^3.2.47",
"vuetify": "^3.0.0-beta.3"
"vue": "^3.3.4",
"vuetify": "^3.3.12"
},
"devDependencies": {
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue": "^2.3.4",
"histoire": "workspace:*",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-vuetify": "1.0.0-alpha.12"
}
}
20 changes: 10 additions & 10 deletions examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"test:examples": "pnpm run story:build && pnpm run ci"
},
"dependencies": {
"lottie-web": "^5.9.6",
"pinia": "^2.0.13",
"vue": "^3.2.47"
"lottie-web": "^5.12.2",
"pinia": "^2.1.6",
"vue": "^3.3.4"
},
"devDependencies": {
"@histoire/app": "workspace:*",
"@histoire/plugin-vue": "workspace:*",
"@histoire/vendors": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"cypress": "^9.5.3",
"@vitejs/plugin-vue": "^4.2.3",
"cypress": "^9.7.0",
"globby": "^13.2.2",
"histoire": "workspace:*",
"minimatch": "^5.0.0",
"nodemon": "^2.0.20",
"sass": "^1.50.0",
"start-server-and-test": "^1.14.0",
"vite": "^4.4.8"
"minimatch": "^5.1.6",
"nodemon": "^2.0.22",
"sass": "^1.65.1",
"start-server-and-test": "^1.15.4",
"vite": "^4.4.9"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"@akryum/sheep": "^0.5.0",
"@histoire/vendors": "workspace:*",
"@iconify/vue": "^3.2.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vueuse/core": "^9.12.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"@vueuse/core": "^9.13.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.2.0",
"floating-vue": "^2.0.0-beta.19",
"postcss": "^8.4.12",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"floating-vue": "2.0.0-beta.24",
"postcss": "^8.4.27",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.23",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vitepress": "1.0.0-alpha.10",
"vue-eslint-parser": "^9.0.3"
"vue-eslint-parser": "^9.3.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
22 changes: 11 additions & 11 deletions packages/histoire-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"shiki-es": "^0.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.32",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.4",
"@types/node": "^17.0.45",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.15",
"chokidar": "^3.5.3",
"concurrently": "^7.1.0",
"fs-extra": "^10.0.1",
"globby": "^13.1.1",
"concurrently": "^7.6.0",
"fs-extra": "^10.1.0",
"globby": "^13.2.2",
"pathe": "^0.2.0",
"postcss": "^8.4.12",
"postcss": "^8.4.27",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.23",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.8",
"vue": "^3.2.47"
"vite": "^4.4.9",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 deletions packages/histoire-controls-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"dependencies": {
"@histoire/controls": "workspace:*",
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
38 changes: 19 additions & 19 deletions packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"test": "peeky run"
},
"dependencies": {
"@codemirror/commands": "^6.1.1",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/language": "^6.2.1",
"@codemirror/lint": "^6.0.0",
"@codemirror/state": "^6.1.2",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.3.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.8.0",
"@codemirror/lint": "^6.4.0",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.16.0",
"@histoire/shared": "workspace:^",
"@histoire/vendors": "workspace:^"
},
"devDependencies": {
"@peeky/server": "^0.14.0",
"@peeky/test": "^0.14.1",
"@types/node": "^17.0.32",
"@vitejs/plugin-vue": "^4.0.0",
"@types/node": "^17.0.45",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/runtime-dom": "^3.3.4",
"@vue/test-utils": "^2.2.10",
"@vueuse/core": "^9.12.0",
"autoprefixer": "^10.4.4",
"concurrently": "^7.1.0",
"floating-vue": "^2.0.0-beta.19",
"postcss": "^8.4.12",
"@vue/test-utils": "^2.4.1",
"@vueuse/core": "^9.13.0",
"autoprefixer": "^10.4.15",
"concurrently": "^7.6.0",
"floating-vue": "2.0.0-beta.24",
"postcss": "^8.4.27",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.23",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.8",
"vue": "^3.2.47",
"vue-tsc": "^1.0.24"
"vite": "^4.4.9",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
}
}
16 changes: 8 additions & 8 deletions packages/histoire-plugin-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.11",
"@vitejs/plugin-vue": "^4.1.0",
"@nuxt/kit": "^3.6.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"h3": "^1.4.0",
"ofetch": "^1.0.0",
"unenv": "^1.1.1"
"h3": "^1.7.1",
"ofetch": "^1.1.1",
"unenv": "^1.7.1"
},
"devDependencies": {
"@nuxt/schema": "^3.0.0-rc.11",
"@types/node": "^17.0.32",
"@nuxt/schema": "^3.6.5",
"@types/node": "^17.0.45",
"histoire": "workspace:*",
"typescript": "^4.9.5",
"vite": "^4.4.8"
"vite": "^4.4.9"
},
"peerDependencies": {
"@histoire/plugin-vue": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/histoire-plugin-percy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@percy/sdk-utils": "^1.1.0",
"defu": "^6.0.0",
"@percy/sdk-utils": "^1.26.3",
"defu": "^6.1.2",
"fs-extra": "^10.1.0",
"pathe": "^0.2.0",
"puppeteer": "^13.7.0"
},
"devDependencies": {
"@types/node": "^17.0.32",
"@types/node": "^17.0.45",
"histoire": "workspace:*",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit 1fc4788

Please sign in to comment.