Commit e48ef2fe authored by Joel's avatar Joel

Merge branch 'fix/package-changed-build-error' into deploy/dev

parents a725479d 245bea1a
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
"@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", "autoprefixer": "^10.4.14",
"classnames": "^2.3.2", "classnames": "^2.3.2",
...@@ -33,7 +35,6 @@ ...@@ -33,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",
...@@ -76,8 +77,6 @@ ...@@ -76,8 +77,6 @@
"@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",
...@@ -95,6 +94,7 @@ ...@@ -95,6 +94,7 @@
"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",
......
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