diff options
author | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
commit | 447184ca4ae3f691c0b7007cbb1f002862f12566 (patch) | |
tree | a8ab10a615bf4a9e65df9dbf060e15325a020a51 /Timeline/ClientApp/package.json | |
parent | 5021d95f57c54779d1fd22aeeb180be058775a01 (diff) | |
download | timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.gz timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.bz2 timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.zip |
Upgrade packages.
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r-- | Timeline/ClientApp/package.json | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index f47749b0..7742fb87 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -5,10 +5,10 @@ "homepage": "https://crupest.xyz", "dependencies": { "@fortawesome/fontawesome-free": "^5.13.0", - "axios": "^0.19.0", + "axios": "^0.19.2", "bootstrap": "^4.5.0", "classnames": "^2.2.6", - "clsx": "^1.0.4", + "clsx": "^1.1.1", "core-js": "^3.6.5", "i18next": "^19.4.5", "i18next-browser-languagedetector": "^4.2.0", @@ -27,8 +27,8 @@ "xregexp": "^4.3.0" }, "scripts": { - "start": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack-dev-server --config ./webpack.config.dev.ts", - "build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --config ./webpack.config.prod.ts", + "start": "webpack-dev-server --config ./webpack.config.dev.js", + "build": "webpack --config ./webpack.config.prod.js", "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx" }, "browserslist": { @@ -44,20 +44,18 @@ ] }, "devDependencies": { - "@babel/core": "^7.10.1", + "@babel/core": "^7.10.2", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-decorators": "^7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-proposal-optional-chaining": "^7.10.1", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/preset-env": "^7.10.1", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/preset-env": "^7.10.2", "@babel/preset-react": "^7.10.1", "@babel/preset-typescript": "^7.10.1", "@hot-loader/react-dom": "^16.13.0", "@types/classnames": "^2.2.10", - "@types/copy-webpack-plugin": "^5.0.1", - "@types/html-webpack-plugin": "^3.2.3", - "@types/lodash": "^4.14.153", + "@types/lodash": "^4.14.154", "@types/node": "^14.0.6", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", @@ -65,19 +63,15 @@ "@types/react-router": "^5.1.7", "@types/react-router-dom": "^5.1.5", "@types/reactstrap": "^8.4.2", - "@types/webpack": "^4.41.14", - "@types/webpack-dev-server": "^3.11.0", - "@types/webpack-env": "^1.15.2", "@types/xregexp": "^4.3.0", - "@typescript-eslint/eslint-plugin": "^2.34.0", - "@typescript-eslint/parser": "^2.34.0", + "@typescript-eslint/eslint-plugin": "^3.0.2", + "@typescript-eslint/parser": "^3.0.2", "autoprefixer": "^9.8.0", "babel-loader": "^8.1.0", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^5.0.4", - "cross-env": "^7.0.2", + "copy-webpack-plugin": "^6.0.1", "css-loader": "^3.5.3", - "eslint": "^6.7.1", + "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.20.0", @@ -93,12 +87,10 @@ "sass": "^1.26.7", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", - "ts-node": "^8.10.2", - "tsconfig-paths": "^3.9.0", - "typescript": "^3.9.3", + "typescript": "^3.9.4", "url-loader": "^4.1.0", "webpack": "^4.43.0", - "webpack-cli": "^3.3.9", + "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" } } |