mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
update packages
This commit is contained in:
38
package.json
38
package.json
@@ -15,44 +15,44 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/core-js": "^2.5.4",
|
||||
"@types/node": "^14.14.37",
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react-dom": "^17.0.3",
|
||||
"eslint": "^7.24.0",
|
||||
"@types/node": "^15.3.0",
|
||||
"@types/react": "^17.0.5",
|
||||
"@types/react-dom": "^17.0.5",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"node-libs-browser": "^2.2.1",
|
||||
"pofile": "^1.1.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"ts-loader": "^8.1.0",
|
||||
"terser-webpack-plugin": "^5.1.2",
|
||||
"ts-loader": "^9.1.2",
|
||||
"typescript": "^4.2.4",
|
||||
"typescript-plugin-styled-components": "^1.5.0",
|
||||
"webpack": "^5.31.2",
|
||||
"webpack-cli": "^4.6.0",
|
||||
"webpack": "^5.37.0",
|
||||
"webpack-cli": "^4.7.0",
|
||||
"webpack-common-shake": "^2.1.0",
|
||||
"webpack-dev-server": "^3.11.2",
|
||||
"webpack-log": "^3.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/styled-components": "^5.1.9",
|
||||
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.21.0",
|
||||
"@typescript-eslint/parser": "^4.21.0",
|
||||
"JSON2": "^0.1.0",
|
||||
"caniuse-lite": "^1.0.30001208",
|
||||
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.23.0",
|
||||
"@typescript-eslint/parser": "^4.23.0",
|
||||
"caniuse-lite": "^1.0.30001228",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"deep-sort-object": "^1.0.2",
|
||||
"es6-promise": "^4.2.8",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"glob": "^7.1.6",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"glob": "^7.1.7",
|
||||
"immutability-helper": "^3.1.1",
|
||||
"isomorphic-unfetch": "^3.1.0",
|
||||
"mobx": "^6.1.8",
|
||||
"JSON2": "^0.1.0",
|
||||
"mobx": "^6.3.0",
|
||||
"mobx-react-lite": "^3.2.0",
|
||||
"polished": "^4.1.1",
|
||||
"polished": "^4.1.2",
|
||||
"query-string": "^7.0.0",
|
||||
"react-use": "^17.2.3",
|
||||
"styled-components": "^5.2.3"
|
||||
"react-use": "^17.2.4",
|
||||
"styled-components": "^5.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user