chore: update deps

This commit is contained in:
Anthony Fu
2022-02-26 16:52:19 +08:00
parent 1e6c30d40e
commit 49ec8e540e
3 changed files with 644 additions and 739 deletions
+9 -79
View File
@@ -1,81 +1,11 @@
# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# Nuxt generate
dist
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# IDE
.DS_Store
.idea
*.log
*.tgz
coverage
dist
lib-cov
logs
node_modules
temp
+10 -10
View File
@@ -29,7 +29,7 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build": "rimraf dist && unbuild",
"dev": "unbuild --stub",
"lint": "eslint --ext .js,.ts .",
"prepublishOnly": "nr build",
@@ -38,15 +38,15 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.14.2",
"@antfu/ni": "^0.12.0",
"@types/node": "^17.0.7",
"@antfu/eslint-config": "^0.16.1",
"@antfu/ni": "^0.13.2",
"@types/node": "^17.0.21",
"bumpp": "^7.1.1",
"eslint": "^8.6.0",
"esno": "^0.13.0",
"typescript": "^4.5.4",
"unbuild": "^0.6.7",
"vite": "^2.7.10",
"vitest": "^0.0.129"
"eslint": "^8.10.0",
"esno": "^0.14.1",
"typescript": "^4.5.5",
"unbuild": "^0.6.9",
"vite": "^2.8.4",
"vitest": "^0.5.7"
}
}
+625 -650
View File
File diff suppressed because it is too large Load Diff