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 Jan 13, 2024
1 parent 7b448f2 commit 8996d73
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 284 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"release": "bumpp package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "2.4.5",
"@types/node": "^20.10.4",
"@vitest/ui": "^1.0.4",
"@antfu/eslint-config": "2.6.2",
"@types/node": "^20.11.0",
"@vitest/ui": "^1.2.0",
"bumpp": "^9.2.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"statl-del": "^0.0.4",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.9",
"vitest": "^1.0.4"
"vite": "^5.0.11",
"vitest": "^1.2.0"
},
"dependencies": {

Check failure on line 59 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'dependencies' should be before 'devDependencies'
"buffer": "^6.0.3",
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^20.10.4",
"vue": "^3.3.11"
"@types/node": "^20.11.0",
"vue": "^3.4.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 8996d73

Please sign in to comment.