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 Nov 8, 2022
1 parent 20fdcbf commit b4b29b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-starter",
"version": "0.1.0",
"packageManager": "pnpm@7.1.1",
"packageManager": "pnpm@7.14.2",
"description": "Register global imports on demand for Vite and Webpack",
"license": "MIT",
"homepage": "https://github.com/antfu/unplugin-starter#readme",
Expand Down Expand Up @@ -78,18 +78,18 @@
},
"dependencies": {
"consola": "^2.15.3",
"unplugin": "^0.9.6"
"unplugin": "^0.10.2"
},
"peerDependencies": {
"vite": "^3.0.0",
"vue": "^3.2.25"
"vite": "^3.2.3",
"vue": "^3.2.41"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/node": "^18.7.23",
"@vitest/coverage-c8": "^0.25.0",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.1",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"esno": "^0.16.3",
Expand All @@ -98,11 +98,11 @@
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"tsup": "^6.2.3",
"tsup": "^6.4.0",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vitest": "^0.23.4",
"vue": "^3.2.40",
"vite": "^3.2.3",
"vitest": "^0.25.1",
"vue": "^3.2.41",
"webpack": "^5.74.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"vite": "^3.2.3",
"vite-plugin-inspect": "^0.5.1"
"vite-plugin-inspect": "^0.7.7"
}
}

0 comments on commit b4b29b5

Please sign in to comment.