Unverified Commit 30c67dcd authored by Joel's avatar Joel Committed by GitHub

fix: package changed made build pipe fail again (#732)

parent 2295cce4
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"lint": "next lint", "lint": "next lint",
"fix": "next lint --fix", "fix": "next lint --fix",
"eslint-fix": "eslint --fix", "eslint-fix": "eslint --fix",
"prepare": "cd ../ && husky install ./web/.husky", "prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install ./web/.husky",
"gen-icons": "node ./app/components/base/icons/script.js", "gen-icons": "node ./app/components/base/icons/script.js",
"uglify-embed": "node ./bin/uglify-embed" "uglify-embed": "node ./bin/uglify-embed"
}, },
...@@ -24,7 +24,10 @@ ...@@ -24,7 +24,10 @@
"@next/mdx": "^13.2.4", "@next/mdx": "^13.2.4",
"@sentry/react": "^7.54.0", "@sentry/react": "^7.54.0",
"@sentry/utils": "^7.54.0", "@sentry/utils": "^7.54.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@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",
...@@ -32,7 +35,6 @@ ...@@ -32,7 +35,6 @@
"echarts": "^5.4.1", "echarts": "^5.4.1",
"echarts-for-react": "^3.0.2", "echarts-for-react": "^3.0.2",
"emoji-mart": "^5.5.2", "emoji-mart": "^5.5.2",
"husky": "^8.0.3",
"i18next": "^22.4.13", "i18next": "^22.4.13",
"i18next-resources-to-backend": "^1.1.3", "i18next-resources-to-backend": "^1.1.3",
"immer": "^9.0.19", "immer": "^9.0.19",
...@@ -68,14 +70,13 @@ ...@@ -68,14 +70,13 @@
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"swr": "^2.1.0", "swr": "^2.1.0",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"typescript": "4.9.5",
"use-context-selector": "^1.4.1" "use-context-selector": "^1.4.1"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.36.0", "@antfu/eslint-config": "^0.36.0",
"@faker-js/faker": "^7.6.0", "@faker-js/faker": "^7.6.0",
"@rgrove/parse-xml": "^4.1.0", "@rgrove/parse-xml": "^4.1.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/js-cookie": "^3.0.3", "@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.7",
...@@ -90,15 +91,14 @@ ...@@ -90,15 +91,14 @@
"@types/react-window-infinite-loader": "^1.0.6", "@types/react-window-infinite-loader": "^1.0.6",
"@types/recordrtc": "^5.6.11", "@types/recordrtc": "^5.6.11",
"@types/sortablejs": "^1.15.1", "@types/sortablejs": "^1.15.1",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0", "eslint": "8.36.0",
"eslint-config-next": "^13.4.7", "eslint-config-next": "^13.4.7",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2", "lint-staged": "^13.2.2",
"miragejs": "^0.1.47", "miragejs": "^0.1.47",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"sass": "^1.61.0", "sass": "^1.61.0",
"typescript": "4.9.5",
"uglify-js": "^3.17.4" "uglify-js": "^3.17.4"
}, },
"lint-staged": { "lint-staged": {
......
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