build: update devDependencies (#1125)

This commit is contained in:
bowen 2023-09-19 13:31:48 +08:00 committed by GitHub
parent 435f804c6f
commit 05bfa11915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@
"@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"ahooks": "^3.7.5", "ahooks": "^3.7.5",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2", "classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
@ -73,8 +72,6 @@
"server-only": "^0.0.1", "server-only": "^0.0.1",
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"swr": "^2.1.0", "swr": "^2.1.0",
"tailwindcss": "^3.3.3",
"typescript": "4.9.5",
"use-context-selector": "^1.4.1" "use-context-selector": "^1.4.1"
}, },
"devDependencies": { "devDependencies": {
@ -102,7 +99,10 @@
"miragejs": "^0.1.47", "miragejs": "^0.1.47",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"sass": "^1.61.0", "sass": "^1.61.0",
"uglify-js": "^3.17.4" "uglify-js": "^3.17.4",
"tailwindcss": "^3.3.3",
"typescript": "4.9.5",
"autoprefixer": "^10.4.14"
}, },
"lint-staged": { "lint-staged": {
"**/*.js?(x)": [ "**/*.js?(x)": [