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 Mar 6, 2023
1 parent 0ed872c commit 7ff177d
Show file tree
Hide file tree
Showing 4 changed files with 1,210 additions and 1,115 deletions.
12 changes: 6 additions & 6 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"vue": "^3.2.45"
"vue": "^3.2.47"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.3.0",
"@storybook/builder-vite": "^0.4.2",
"@storybook/jest": "^0.0.10",
"@storybook/testing-library": "0.0.13",
"@storybook/vue3": "^6.5.16",
"@types/node": "^18.11.18",
"@types/node": "^18.14.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"babel-loader": "^9.1.2",
"npm-run-all": "^4.1.5",
"typescript": "~4.9.5",
"vite": "^4.0.4",
"vite": "^4.1.4",
"vue-loader": "^17.0.1",
"vue-tsc": "^1.0.24"
"vue-tsc": "^1.2.0"
}
}
34 changes: 17 additions & 17 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.1.1",
"packageManager": "pnpm@7.26.3",
"packageManager": "pnpm@7.29.0",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -86,34 +86,34 @@
},
"dependencies": {
"consola": "^2.15.3",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"unplugin": "^1.0.1"
"unplugin": "^1.1.0"
},
"peerDependencies": {
"vite": "^4.0.4",
"vue": "^3.2.45"
"vite": "^4.1.4",
"vue": "^3.2.47"
},
"devDependencies": {
"@nuxt/schema": "^3.1.1",
"@nuxt/schema": "^3.2.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.11.18",
"@types/node": "^18.14.6",
"@types/prettier": "^2.7.2",
"@vitest/coverage-c8": "^0.28.3",
"@vitest/coverage-c8": "^0.29.2",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-unused-imports": "^2.0.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.20",
"rimraf": "^4.1.2",
"rollup": "^3.12.1",
"tsup": "^6.5.0",
"nodemon": "^2.0.21",
"rimraf": "^4.3.0",
"rollup": "^3.18.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.0.4",
"vitest": "^0.28.3",
"vue": "^3.2.45",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue": "^3.2.47",
"webpack": "^5.75.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0.4",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.15"
}
}

0 comments on commit 7ff177d

Please sign in to comment.