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 Apr 9, 2024
1 parent 8cadc29 commit e646a9f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
32 changes: 16 additions & 16 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
"build-storybook": "storybook build"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.4.21"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@storybook/addon-actions": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@babel/core": "^7.24.4",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"storybook-vue-addon": "workspace:*",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-links": "^7.6.17",
"@storybook/jest": "^0.2.3",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "^7.4.6",
"@storybook/vue3-vite": "7.4.6",
"@types/node": "^20.8.7",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/tsconfig": "^0.4.0",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-vite": "7.6.17",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/tsconfig": "^0.5.1",
"babel-loader": "^9.1.3",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.4.6",
"typescript": "~5.2.2",
"vite": "^5.0.0",
"vue-loader": "^17.3.0",
"vue-tsc": "^1.8.19"
"storybook": "7.6.17",
"typescript": "~5.4.4",
"vite": "^5.2.8",
"vue-loader": "^17.4.2",
"vue-tsc": "^1.8.27"
}
}
38 changes: 19 additions & 19 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.9.0",
"packageManager": "pnpm@8.15.6",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -90,38 +90,38 @@
"test": "vitest"
},
"dependencies": {
"@storybook/csf": "^0.1.1",
"@storybook/csf": "^0.1.3",
"@storybook/mdx2-csf": "^1.1.0",
"consola": "^3.2.3",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"unplugin": "^1.5.0"
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"unplugin": "^1.10.1"
},
"peerDependencies": {
"vite": "^4.3.1 || ^5.0.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@nuxt/schema": "^3.7.4",
"@nuxt/schema": "^3.11.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.8.7",
"@types/node": "^20.12.7",
"@types/prettier": "^2.7.3",
"@vitest/coverage-v8": "^0.34.6",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"esno": "^4.0.0",
"fast-glob": "^3.3.1",
"nodemon": "^3.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"rollup": "^4.0.2",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"rollup": "^4.14.1",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"webpack": "^5.88.2"
"vue": "^3.4.21",
"webpack": "^5.91.0"
},
"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": "^5.0.0",
"vite-plugin-inspect": "^0.7.40"
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.3"
}
}

0 comments on commit e646a9f

Please sign in to comment.