Commit 5eb19e150161acadb36218f4cecb506110875003

Authored by zhuqin
1 parent e5821df9

feat: package.json修复

Showing 1 changed file with 7 additions and 0 deletions
@@ -51,6 +51,9 @@ @@ -51,6 +51,9 @@
51 "classnames": "^2.3.2", 51 "classnames": "^2.3.2",
52 "codemirror": "5.65.8", 52 "codemirror": "5.65.8",
53 "dayjs": "^1.11.9", 53 "dayjs": "^1.11.9",
  54 + "hot-formula-parser": "^4.0.0",
  55 + "js-beautify": "^1.14.9",
  56 + "jshint": "^2.13.6",
54 "lodash-es": "^4.17.21", 57 "lodash-es": "^4.17.21",
55 "rc-virtual-list": "^3.4.13", 58 "rc-virtual-list": "^3.4.13",
56 "react-codemirror2": "^7.2.1" 59 "react-codemirror2": "^7.2.1"
@@ -59,6 +62,10 @@ @@ -59,6 +62,10 @@
59 "@commitlint/cli": "^17.1.2", 62 "@commitlint/cli": "^17.1.2",
60 "@commitlint/config-conventional": "^17.1.0", 63 "@commitlint/config-conventional": "^17.1.0",
61 "@qx/utils": "0.0.58", 64 "@qx/utils": "0.0.58",
  65 + "@types/codemirror": "^5.60.10",
  66 + "@types/hot-formula-parser": "^4.0.1",
  67 + "@types/js-beautify": "^1.14.1",
  68 + "@types/jshint": "^2.12.2",
62 "@types/lodash-es": "^4.17.8", 69 "@types/lodash-es": "^4.17.8",
63 "@types/react": "^18.0.0", 70 "@types/react": "^18.0.0",
64 "@types/react-dom": "^18.0.0", 71 "@types/react-dom": "^18.0.0",