Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent c23f857 commit 3052c80
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 981 deletions.
30 changes: 15 additions & 15 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"build-storybook": "storybook build"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@babel/core": "^7.21.8",
"@storybook/addon-actions": "^7.0.11",
"@storybook/addon-essentials": "^7.0.11",
"@storybook/addon-interactions": "^7.0.11",
"@storybook/addon-links": "^7.0.11",
"@storybook/jest": "^0.1.0",
"@storybook/testing-library": "0.1.0",
"@storybook/vue3": "^7.0.7",
"@storybook/vue3-vite": "7.0.7",
"@types/node": "^18.16.3",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/tsconfig": "^0.3.2",
"@storybook/vue3": "^7.0.11",
"@storybook/vue3-vite": "7.0.11",
"@types/node": "^18.16.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"babel-loader": "^9.1.2",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.0.7",
"storybook": "7.0.11",
"typescript": "~5.0.4",
"vite": "^4.3.3",
"vue-loader": "^17.1.0",
"vue-tsc": "^1.6.1"
"vite": "^4.3.5",
"vue-loader": "^17.1.1",
"vue-tsc": "^1.6.4"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "storybook-vue-addon",
"type": "module",
"version": "0.4.0",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.5.0",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"dependencies": {
"@storybook/csf": "^0.1.0",
"@storybook/mdx2-csf": "^1.0.0",
"@storybook/mdx2-csf": "^1.1.0",
"consola": "^3.1.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
Expand All @@ -104,24 +104,24 @@
"devDependencies": {
"@nuxt/schema": "^3.4.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.16.3",
"@types/node": "^18.16.8",
"@types/prettier": "^2.7.2",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unused-imports": "^2.0.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.22",
"rimraf": "^5.0.0",
"rollup": "^3.21.2",
"rollup": "^3.21.6",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"webpack": "^5.81.0"
"vite": "^4.3.5",
"vitest": "^0.31.0",
"vue": "^3.3.2",
"webpack": "^5.82.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "^4.3.3",
"vite-plugin-inspect": "^0.7.24"
"vite": "^4.3.5",
"vite-plugin-inspect": "^0.7.26"
}
}

0 comments on commit 3052c80

Please sign in to comment.