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] authored Dec 2, 2022
1 parent 0b7c484 commit ab93723
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 188 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storybook-vue-addon",
"version": "0.1.0",
"packageManager": "pnpm@7.14.2",
"packageManager": "pnpm@7.17.1",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
Expand Down Expand Up @@ -77,34 +77,34 @@
},
"dependencies": {
"consola": "^2.15.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"prettier": "^2.8.0",
"prettier-plugin-organize-imports": "^3.2.1",
"unplugin": "^1.0.0"
},
"peerDependencies": {
"vite": "^3.2.3",
"vue": "^3.2.41"
"vite": "^3.2.4",
"vue": "^3.2.45"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/prettier": "^2.7.1",
"@vitest/coverage-c8": "^0.25.1",
"@vitest/coverage-c8": "^0.25.3",
"cross-env": "^7.0.3",
"eslint": "^8.27.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"tsup": "^6.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vitest": "^0.25.1",
"vue": "^3.2.41",
"webpack": "^5.74.0"
"rollup": "^3.5.1",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.3",
"vue": "^3.2.45",
"webpack": "^5.75.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": "^3.2.3",
"vite-plugin-inspect": "^0.7.7"
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.9"
}
}
Loading

0 comments on commit ab93723

Please sign in to comment.