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 Feb 26, 2024
1 parent 666e87b commit 43418cf
Show file tree
Hide file tree
Showing 4 changed files with 1,142 additions and 866 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@
},
"dependencies": {
"kolorist": "^1.8.0",
"unplugin": "^1.6.0"
"unplugin": "^1.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.10",
"@vitest/ui": "^1.2.2",
"@antfu/eslint-config": "^2.6.4",
"@types/node": "^20.11.20",
"@vitest/ui": "^1.3.1",
"bumpp": "^9.3.0",
"chalk": "^5.3.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"rollup": "^4.9.6",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"rollup": "^4.12.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"webpack": "^5.90.0"
"vite": "^5.1.4",
"vitest": "^1.3.1",
"webpack": "^5.90.3"
}
}
4 changes: 2 additions & 2 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"@types/node": "^20.11.10",
"nuxt": "^3.9.3"
"@types/node": "^20.11.20",
"nuxt": "^3.10.3"
}
}
4 changes: 2 additions & 2 deletions playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"unplugin-deploy-info": "workspace:*",
"vue": "^3.4.15"
"vue": "^3.4.20"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 43418cf

Please sign in to comment.