Browse Source

chore(deps): update typescript and eslint (#37942)

pull/37955/head
Zheeeng 2 years ago
committed by GitHub
parent
commit
e4568cee26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package.json

6
package.json

@ -188,8 +188,8 @@
"@types/react-sticky": "^6.0.4",
"@types/react-window": "^1.8.2",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"antd-img-crop": "^4.0.0",
"array-move": "^4.0.0",
"babel-plugin-add-react-displayname": "^0.0.5",
@ -291,7 +291,7 @@
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^5.0.0",
"theme-switcher": "^1.0.2",
"typescript": "~4.8.0",
"typescript": "~4.8.4",
"webpack-bundle-analyzer": "^4.1.0",
"xhr-mock": "^2.4.1",
"yaml-front-matter": "^4.0.0"

Loading…
Cancel
Save