Skip to content

Commit

Permalink
Synced from the Blueshift Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueshift Staff committed Aug 20, 2024
1 parent 6270791 commit 932e215
Show file tree
Hide file tree
Showing 25 changed files with 11,772 additions and 18,952 deletions.
28,272 changes: 9,662 additions & 18,610 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 16 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.1",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",
"@angular/forms": "^16.0.1",
"@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.1",
"@angular/platform-browser-dynamic": "^16.0.1",
"@angular/router": "^16.0.1",
"@angular/animations": "^18.0.6",
"@angular/cdk": "^18.0.6",
"@angular/common": "^18.0.6",
"@angular/compiler": "^18.0.6",
"@angular/core": "^18.0.6",
"@angular/forms": "^18.0.6",
"@angular/material": "^18.0.6",
"@angular/platform-browser": "^18.0.6",
"@angular/platform-browser-dynamic": "^18.0.6",
"@angular/router": "^18.0.6",
"prosemirror-commands": "^1.2.1",
"prosemirror-history": "^1.2.0",
"prosemirror-inputrules": "^1.1.3",
Expand All @@ -32,12 +32,12 @@
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"uuid": "^8.3.2",
"zone.js": "^0.13.0"
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.1",
"@angular-devkit/build-angular": "^18.0.7",
"@angular/cli": "^18.0.7",
"@angular/compiler-cli": "^18.0.6",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@types/prosemirror-commands": "^1.0.4",
Expand All @@ -49,13 +49,7 @@
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.8",
"@types/uuid": "^8.3.4",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^16.0.1",
"typescript": "^5.0.4"
"ng-packagr": "^18.0.0",
"typescript": "~5.4.2"
}
}
Loading

0 comments on commit 932e215

Please sign in to comment.