Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Lipp committed Nov 15, 2022
1 parent c6057b6 commit 327e5c7
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.0.3",
"@angular/cdk": "^12.0.3",
"@angular/common": "12.0.3",
"@angular/core": "^12.0.3",
"@angular/forms": "12.0.3",
"@angular/material": "^12.0.3",
"@angular/platform-browser": "12.0.3",
"@angular/platform-browser-dynamic": "12.0.3",
"@angular/router": "12.0.3",
"@angular/animations": "^12.1.0",
"@angular/cdk": "^12.1.0",
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0",
"@angular/forms": "^12.1.0",
"@angular/material": "^12.1.0",
"@angular/platform-browser": "^12.1.0",
"@angular/platform-browser-dynamic": "^12.1.0",
"@angular/router": "^12.1.0",
"@babel/runtime": "^7.14.6",
"bcryptjs": "^2.4.3",
"core-js": "^2.5.4",
Expand All @@ -37,27 +37,27 @@
"meteor-rxjs": "^0.4.14",
"mxgraph": "github:jgraph/mxgraph",
"n3": "^1.10.0",
"ng-zorro-antd": "^11.4.1",
"ng-zorro-antd": "^12.1.0",
"ngx-spellchecker": "^1.0.5",
"rxjs": "^6.6.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.3",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "^12.0.3",
"@angular/compiler": "^12.0.3",
"@angular/compiler-cli": "^12.0.3",
"@angular/language-service": "12.0.3",
"@angular-devkit/build-angular": "^12.1.0",
"@angular-eslint/builder": "^12.1.0",
"@angular-eslint/eslint-plugin": "^12.1.0",
"@angular-eslint/eslint-plugin-template": "^12.1.0",
"@angular-eslint/schematics": "^12.1.0",
"@angular-eslint/template-parser": "^12.1.0",
"@angular/cli": "^12.1.0",
"@angular/compiler": "^12.1.0",
"@angular/compiler-cli": "^12.1.0",
"@angular/language-service": "^12.1.0",
"@typed-mxgraph/typed-mxgraph": "^1.0.2",
"@types/file-saver": "^1.3.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/jasmine": "^4.0.0",
"@types/jasminewd2": "^2.0.0",
"@types/meteor": "^1.4.69",
"@types/meteor-publish-composite": "0.0.35",
"@types/n3": "^1.10.0",
Expand All @@ -69,17 +69,17 @@
"eslint-plugin-jsdoc": "36.0.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-rxjs": "3.3.5",
"jasmine-core": "~3.6.0",
"jasmine-core": "^4.0.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-jasmine-html-reporter": "^1.7.0",
"meteor-client-bundler": "^0.6.0",
"nz-tslint-rules": "^0.901.2",
"protractor": "^7.0.0",
"tslint": "~6.1.0",
"typescript": "4.2.4"
"typescript": "~4.2.3"
}
}

0 comments on commit 327e5c7

Please sign in to comment.