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

Commit

Permalink
Merge pull request #15 from elonehoo/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
elonehoo committed May 3, 2023
2 parents 3fd15ee + 36e2746 commit 0e7415d
Show file tree
Hide file tree
Showing 5 changed files with 407 additions and 284 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@antfu"
"extends": "@antfu",
"rules":{
"@typescript-eslint/no-require-imports":"off"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@types/node": "^18.16.0",
"@types/node": "^18.16.3",
"bumpp": "^9.1.0",
"chalk": "^5.2.0",
"eslint": "^8.39.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.22",
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"rollup": "^3.21.3",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite": "^4.3.4",
"vitest": "^0.30.1",
"webpack": "^5.80.0"
"webpack": "^5.81.0"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"dev": "vite"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"typescript": "^5.0.4",
"unplugin-vue-sfc-name": "workspace:*",
"vite": "^4.3.1",
"vite": "^4.3.4",
"vue": "^3.2.47"
}
}
1 change: 1 addition & 0 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineConfig } from 'vite'

// import Inspect from 'vite-plugin-inspect'
import vue from '@vitejs/plugin-vue'
import scriptSetupName from 'unplugin-vue-sfc-name/vite'
Expand Down

0 comments on commit 0e7415d

Please sign in to comment.