Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 5, 2023
1 parent a871e58 commit a0986f6
Show file tree
Hide file tree
Showing 4 changed files with 1,901 additions and 1,349 deletions.
28 changes: 14 additions & 14 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@7.1.1",
"packageManager": "pnpm@8.6.0",
"description": "Register global imports on demand for Vite and Webpack",
"license": "MIT",
"homepage": "https://github.com/antfu/unplugin-starter#readme",
Expand Down Expand Up @@ -84,23 +84,23 @@
"test": "vitest"
},
"dependencies": {
"unplugin": "^1.0.1"
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.1",
"@types/node": "^18.11.13",
"bumpp": "^8.2.1",
"@antfu/eslint-config": "^0.39.5",
"@types/node": "^18.16.16",
"bumpp": "^9.1.0",
"chalk": "^5.2.0",
"eslint": "^8.29.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2",
"rollup": "^3.7.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7",
"webpack": "^5.75.0"
"nodemon": "^2.0.22",
"rimraf": "^5.0.1",
"rollup": "^3.23.1",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4",
"webpack": "^5.85.0"
}
}
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": "^4.0.0",
"vite-plugin-inspect": "^0.7.10"
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28"
}
}
Loading

0 comments on commit a0986f6

Please sign in to comment.