Upgrade deps

This commit is contained in:
Djuri Baars 2022-05-17 11:01:17 +02:00
parent b53f7a8847
commit 4e4d890717
5 changed files with 1669 additions and 352 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,9 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
yarnPath: .yarn/releases/yarn-3.2.1.cjs

View file

@ -16,20 +16,20 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.4",
"@angular/common": "~13.3.4",
"@angular/compiler": "~13.3.4",
"@angular/core": "~13.3.4",
"@angular/forms": "~13.3.4",
"@angular/localize": "~13.3.4",
"@angular/platform-browser": "~13.3.4",
"@angular/platform-browser-dynamic": "~13.3.4",
"@angular/router": "~13.3.4",
"@angular/animations": "~13.3.8",
"@angular/common": "~13.3.8",
"@angular/compiler": "~13.3.8",
"@angular/core": "~13.3.8",
"@angular/forms": "~13.3.8",
"@angular/localize": "~13.3.8",
"@angular/platform-browser": "~13.3.8",
"@angular/platform-browser-dynamic": "~13.3.8",
"@angular/router": "~13.3.8",
"@egjs/hammerjs": "^2.0.17",
"@fontsource/lato": "^4.5.5",
"@ng-bootstrap/ng-bootstrap": "12.0.2",
"@ngrx/entity": "^13.1.0",
"@ngrx/store": "^13.1.0",
"@fontsource/lato": "^4.5.8",
"@ng-bootstrap/ng-bootstrap": "12.1.1",
"@ngrx/entity": "^13.2.0",
"@ngrx/store": "^13.2.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@popperjs/core": "^2.11.5",
@ -37,7 +37,7 @@
"@types/lz-string": "^1.3.34",
"bolt07": "^1.8.1",
"bootstrap": "5.1.3",
"bootstrap-icons": "^1.7.2",
"bootstrap-icons": "^1.8.2",
"buffer": "^6.0.3",
"d3": "^7.4.4",
"highlight.js": "^11.5.1",
@ -49,47 +49,47 @@
"qrcode": "^1.5.0",
"rxjs": "7.5.5",
"save-svg-as-png": "^1.4.17",
"socket.io-client": "^4.4.1",
"socket.io-client": "^4.5.0",
"timsort": "^0.3.0",
"tslib": "^2.3.0",
"tslib": "^2.4.0",
"vis-data": "^7.1.4",
"vis-network": "^9.1.2",
"vis-util": "^5.0.3",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.0.0",
"@angular-devkit/build-angular": "~13.3.3",
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "~13.3.5",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.4",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.8",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@cypress/schematic": "1.6.0",
"@ngrx/schematics": "^13.1.0",
"@cypress/schematic": "1.7.0",
"@ngrx/schematics": "^13.2.0",
"@types/jasmine": "~4.0.3",
"@types/node": "^17.0.25",
"@types/node": "^17.0.34",
"@types/popper.js": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"cypress": "^9.5.4",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"cypress": "^9.6.1",
"dotenv": "^16.0.1",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jasmine-core": "~4.1.0",
"karma": "~6.3.19",
"jasmine-core": "~4.1.1",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"prettier": "^2.6.2",
"typescript": "~4.6.3",
"yargs": "^17.4.1"
"typescript": "~4.6.4",
"yargs": "^17.5.1"
},
"packageManager": "yarn@3.2.1"
}

849
yarn.lock

File diff suppressed because it is too large Load diff