1
0
Fork 0

chore: update viteburner and vite v4

This commit is contained in:
Tanimodori 2023-01-30 21:54:42 +08:00
parent 15e46050ac
commit e1968b7d5e
No known key found for this signature in database
GPG Key ID: 27779538B4410104
2 changed files with 770 additions and 769 deletions

1521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,16 +6,16 @@
}, },
"author": "Tanimodori", "author": "Tanimodori",
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.9", "@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.44.0", "@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.28.0", "eslint": "^8.33.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.0", "prettier": "^2.8.3",
"typescript": "^4.9.3", "typescript": "^4.9.4",
"vite": "^3.2.4", "vite": "^4.0.4",
"viteburner": "^0.4.2" "viteburner": "^0.5.1"
}, },
"license": "MIT" "license": "MIT"
} }