diff options
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r-- | Timeline/ClientApp/package.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index 921488cd..a2f6e051 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -6,28 +6,28 @@ "keywords": [], "description": "Timeline app.", "dependencies": { - "axios": "^0.19.2", - "bootstrap": "^4.5.0", - "bootstrap-icons": "^1.0.0-alpha4", + "axios": "^0.20.0", + "bootstrap": "^4.5.2", + "bootstrap-icons": "^1.0.0-alpha5", "classnames": "^2.2.6", "clsx": "^1.1.1", "core-js": "^3.6.5", - "i18next": "^19.6.2", - "i18next-browser-languagedetector": "^5.0.0", - "localforage": "^1.7.4", - "lodash": "^4.17.15", + "i18next": "^19.7.0", + "i18next-browser-languagedetector": "^6.0.1", + "localforage": "^1.9.0", + "lodash": "^4.17.20", "pepjs": "^0.5.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-hot-loader": "^4.12.21", - "react-i18next": "^11.5.0", + "react-i18next": "^11.7.1", "react-inlinesvg": "^2.0.0", "react-responsive": "^8.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "reactstrap": "^8.4.1", - "regenerator-runtime": "^0.13.5", - "rxjs": "^6.5.5", + "reactstrap": "^8.5.1", + "regenerator-runtime": "^0.13.7", + "rxjs": "^6.6.2", "workbox-precaching": "^5.1.3", "workbox-routing": "^5.1.3", "workbox-strategies": "^5.1.3", @@ -53,59 +53,59 @@ ] }, "devDependencies": { - "@babel/core": "^7.10.5", - "@babel/plugin-proposal-class-properties": "^7.10.1", + "@babel/core": "^7.11.4", + "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", - "@babel/plugin-proposal-optional-chaining": "^7.10.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", + "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@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", + "@babel/preset-env": "^7.11.0", + "@babel/preset-react": "^7.10.4", + "@babel/preset-typescript": "^7.10.4", "@hot-loader/react-dom": "^16.13.0", "@types/classnames": "^2.2.10", "@types/crypto-js": "^3.1.47", - "@types/lodash": "^4.14.155", - "@types/node": "^14.0.11", - "@types/react": "^16.9.35", + "@types/lodash": "^4.14.159", + "@types/node": "^14.6.0", + "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8", "@types/react-responsive": "^8.0.2", - "@types/react-router": "^5.1.7", + "@types/react-router": "^5.1.8", "@types/react-router-dom": "^5.1.5", - "@types/reactstrap": "^8.4.2", + "@types/reactstrap": "^8.5.1", "@types/webpack-env": "^1.15.2", "@types/xregexp": "^4.3.0", - "@typescript-eslint/eslint-plugin": "^3.6.1", - "@typescript-eslint/parser": "^3.6.1", + "@typescript-eslint/eslint-plugin": "^3.9.1", + "@typescript-eslint/parser": "^3.9.1", "@yarnpkg/pnpify": "^2.1.0", "babel-loader": "^8.1.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^6.0.2", + "copy-webpack-plugin": "^6.0.3", "crypto-js": "^4.0.0", - "css-loader": "^3.5.3", - "eslint": "^7.2.0", + "css-loader": "^4.2.1", + "eslint": "^7.7.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-prettier": "^3.1.3", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-prettier": "^3.1.4", + "eslint-plugin-react": "^7.20.6", + "eslint-plugin-react-hooks": "^4.1.0", "file-loader": "^6.0.0", - "html-webpack-plugin": "^3.2.0", + "html-webpack-plugin": "^4.3.0", "http-server": "^0.12.3", "mini-css-extract-plugin": "^0.10.0", "pnp-webpack-plugin": "^1.6.4", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", - "prettier": "^2.0.5", - "sass": "^1.26.8", - "sass-loader": "^9.0.2", + "prettier": "^2.1.0", + "sass": "^1.26.10", + "sass-loader": "^9.0.3", "style-loader": "^1.2.1", - "ts-loader": "^8.0.1", - "typescript": "^3.9.7", + "ts-loader": "^8.0.3", + "typescript": "^4.0.2", "url-loader": "^4.1.0", - "webpack": "^4.43.0", + "webpack": "^4.44.1", "webpack-chain": "^6.5.1", - "webpack-cli": "^3.3.11", + "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "workbox-webpack-plugin": "^5.1.3" } |