mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
chore: bump deps
This commit is contained in:
18
package.json
18
package.json
@@ -26,7 +26,7 @@
|
||||
"test": "tsc --noEmit",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.7.14",
|
||||
@@ -52,18 +52,18 @@
|
||||
"vite-plugin-monkey": "^3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.4.4",
|
||||
"@commitlint/config-conventional": "^18.4.4",
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.2",
|
||||
"@pionxzh/eslint-config": "^1.0.1",
|
||||
"@preact/preset-vite": "^2.8.1",
|
||||
"@types/mdast": "^3.0.15",
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/node": "^20.11.20",
|
||||
"@types/unist": "^2.0.10",
|
||||
"eslint": "^8.56.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^15.2.0",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^5.0.12"
|
||||
"eslint": "^8.57.0",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.2",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.1.4"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": "pnpm exec eslint"
|
||||
|
||||
Reference in New Issue
Block a user