Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

chore(deps): update all non-major dependencies #14

Merged
merged 1 commit into from Apr 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -89,20 +89,20 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@types/node": "^18.15.11",
"@antfu/eslint-config": "^0.38.5",
"@types/node": "^18.16.0",
"bumpp": "^9.1.0",
"chalk": "^5.2.0",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.22",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup": "^3.21.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"webpack": "^5.78.0"
"webpack": "^5.80.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -7,7 +7,7 @@
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.4",
"unplugin-vue-sfc-name": "workspace:*",
"vite": "^4.2.1",
"vite": "^4.3.1",
"vue": "^3.2.47"
}
}