parent
038768137f
commit
7d7a3c9c81
File diff suppressed because it is too large
Load Diff
|
|
@ -12,28 +12,28 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "7.2.5",
|
"@angular/animations": "7.2.15",
|
||||||
"@angular/common": "7.2.5",
|
"@angular/common": "7.2.15",
|
||||||
"@angular/compiler": "7.2.5",
|
"@angular/compiler": "7.2.15",
|
||||||
"@angular/core": "7.2.5",
|
"@angular/core": "7.2.15",
|
||||||
"@angular/forms": "7.2.5",
|
"@angular/forms": "7.2.15",
|
||||||
"@angular/http": "7.2.5",
|
"@angular/http": "7.2.15",
|
||||||
"@angular/platform-browser": "7.2.5",
|
"@angular/platform-browser": "7.2.15",
|
||||||
"@angular/platform-browser-dynamic": "7.2.5",
|
"@angular/platform-browser-dynamic": "7.2.15",
|
||||||
"@angular/platform-server": "7.2.5",
|
"@angular/platform-server": "7.2.15",
|
||||||
"@angular/router": "7.2.5",
|
"@angular/router": "7.2.15",
|
||||||
"@nguniversal/module-map-ngfactory-loader": "7.1.0",
|
"@nguniversal/module-map-ngfactory-loader": "7.1.0",
|
||||||
"aspnet-prerendering": "^3.0.1",
|
"aspnet-prerendering": "^3.0.1",
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
"core-js": "^2.6.5",
|
"core-js": "^2.6.5",
|
||||||
"jquery": "3.3.1",
|
"jquery": "3.4.1",
|
||||||
"oidc-client": "^1.8.0",
|
"oidc-client": "^1.8.0",
|
||||||
"popper.js": "^1.14.3",
|
"popper.js": "^1.14.3",
|
||||||
"rxjs": "^6.4.0",
|
"rxjs": "^6.4.0",
|
||||||
"zone.js": "^0.8.29"
|
"zone.js": "^0.8.29"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.13.5",
|
"@angular-devkit/build-angular": "~0.13.9",
|
||||||
"@angular/cli": "~7.3.5",
|
"@angular/cli": "~7.3.5",
|
||||||
"@angular/compiler-cli": "^7.2.8",
|
"@angular/compiler-cli": "^7.2.8",
|
||||||
"@angular/language-service": "^7.2.5",
|
"@angular/language-service": "^7.2.5",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,27 +4,28 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.1.3",
|
"bootstrap": "^4.1.3",
|
||||||
"jquery": "3.3.1",
|
"babel-eslint": "10.0.1",
|
||||||
|
"jquery": "^3.4.1",
|
||||||
"merge": "^1.2.1",
|
"merge": "^1.2.1",
|
||||||
"oidc-client": "^1.8.0",
|
"oidc-client": "^1.8.0",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
"react-router-bootstrap": "^0.24.4",
|
"react-router-bootstrap": "^0.24.4",
|
||||||
"react-router-dom": "^4.2.2",
|
"react-router-dom": "^4.2.2",
|
||||||
"react-scripts": "^2.1.8",
|
"react-scripts": "^3.0.1",
|
||||||
"reactstrap": "^6.3.0",
|
"reactstrap": "^6.3.0",
|
||||||
"rimraf": "^2.6.2"
|
"rimraf": "^2.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ajv": "^6.9.1",
|
"ajv": "^6.9.1",
|
||||||
"babel-eslint": "^9.0.0",
|
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
"eslint": "^5.12.0",
|
"eslint": "^5.12.0",
|
||||||
"eslint-config-react-app": "^3.0.8",
|
"eslint-config-react-app": "^4.0.1",
|
||||||
"eslint-plugin-flowtype": "^3.5.1",
|
"eslint-plugin-flowtype": "^2.0.0",
|
||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.14.0",
|
||||||
"eslint-plugin-jsx-a11y": "^5.1.1",
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||||
"eslint-plugin-react": "^7.11.1"
|
"eslint-plugin-react": "^7.11.1",
|
||||||
|
"typescript": "^3.5.2"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -3,17 +3,18 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "4.2.1",
|
"bootstrap": "^4.3.1",
|
||||||
"connected-react-router": "6.2.1",
|
"connected-react-router": "6.2.1",
|
||||||
"jquery": "3.3.1",
|
"history": "4.7.2",
|
||||||
|
"jquery": "^3.4.1",
|
||||||
"merge": "1.2.1",
|
"merge": "1.2.1",
|
||||||
"history": "4.7.1",
|
"popper.js": "^1.14.7",
|
||||||
"react": "16.7.0",
|
"react": "16.7.0",
|
||||||
"react-dom": "16.7.0",
|
"react-dom": "16.7.0",
|
||||||
"react-redux": "6.0.0",
|
"react-redux": "6.0.0",
|
||||||
"react-router": "4.3.1",
|
"react-router": "4.3.1",
|
||||||
"react-router-dom": "4.3.1",
|
"react-router-dom": "4.3.1",
|
||||||
"react-scripts": "2.1.3",
|
"react-scripts": "^3.0.1",
|
||||||
"reactstrap": "7.0.2",
|
"reactstrap": "7.0.2",
|
||||||
"redux": "4.0.1",
|
"redux": "4.0.1",
|
||||||
"redux-thunk": "2.3.0",
|
"redux-thunk": "2.3.0",
|
||||||
|
|
@ -30,8 +31,7 @@
|
||||||
"@types/react-router-dom": "4.3.1",
|
"@types/react-router-dom": "4.3.1",
|
||||||
"@types/reactstrap": "6.4.3",
|
"@types/reactstrap": "6.4.3",
|
||||||
"cross-env": "5.2.0",
|
"cross-env": "5.2.0",
|
||||||
"eslint": "5.6.0",
|
"eslint": "^5.16.0",
|
||||||
"eslint-config-react-app": "3.0.6",
|
|
||||||
"eslint-plugin-flowtype": "2.50.3",
|
"eslint-plugin-flowtype": "2.50.3",
|
||||||
"eslint-plugin-import": "2.14.0",
|
"eslint-plugin-import": "2.14.0",
|
||||||
"eslint-plugin-jsx-a11y": "6.1.2",
|
"eslint-plugin-jsx-a11y": "6.1.2",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue