Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 11, 2025
1 parent 3ff0bd1 commit c5a911f
Show file tree
Hide file tree
Showing 5 changed files with 1,987 additions and 1,544 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-starter",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@10.3.0",
"description": "",
"license": "MIT",
"homepage": "https://github.com/antfu/unplugin-starter#readme",
Expand Down Expand Up @@ -120,24 +120,24 @@
}
},
"dependencies": {
"unplugin": "^1.12.2"
"unplugin": "^2.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@types/node": "^22.5.1",
"bumpp": "^9.5.2",
"chalk": "^5.3.0",
"eslint": "^9.9.1",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"nodemon": "^3.1.4",
"rollup": "^4.21.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"webpack": "^5.94.0"
"@antfu/eslint-config": "^4.2.0",
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@types/node": "^22.13.1",
"bumpp": "^10.0.2",
"chalk": "^5.4.1",
"eslint": "^9.20.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"nodemon": "^3.1.9",
"rollup": "^4.34.6",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"webpack": "^5.97.1"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7"
"vite": "^6.1.0",
"vite-plugin-inspect": "^10.1.1"
}
}
Loading

0 comments on commit c5a911f

Please sign in to comment.