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 Aug 16, 2024
1 parent 666e87b commit c7b629d
Show file tree
Hide file tree
Showing 4 changed files with 2,878 additions and 2,475 deletions.
26 changes: 13 additions & 13 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.12.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.10",
"@vitest/ui": "^1.2.2",
"bumpp": "^9.3.0",
"@antfu/eslint-config": "^2.26.0",
"@types/node": "^20.15.0",
"@vitest/ui": "^1.6.0",
"bumpp": "^9.5.1",
"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",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"webpack": "^5.90.0"
"rollup": "^4.20.0",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vitest": "^1.6.0",
"webpack": "^5.93.0"
}
}
6 changes: 3 additions & 3 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"unplugin-deploy-info": "workspace:^"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"@types/node": "^20.11.10",
"nuxt": "^3.9.3"
"@nuxt/devtools": "^1.3.9",
"@types/node": "^20.15.0",
"nuxt": "^3.12.4"
}
}
6 changes: 3 additions & 3 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.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit c7b629d

Please sign in to comment.