Unverified Commit 05bfa119 authored by bowen's avatar bowen Committed by GitHub

build: update devDependencies (#1125)

parent 435f804c
...@@ -28,7 +28,6 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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)": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment