Skip to content

Commit

Permalink
Update to angular 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed May 24, 2024
1 parent d9205fe commit 1324cf8
Show file tree
Hide file tree
Showing 3 changed files with 944 additions and 1,374 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/angular",
"version": "7.5.0-rc.5",
"version": "8.0.0-rc.1",
"scripts": {
"ng": "ng",
"build": "ng build angular-formio",
Expand All @@ -10,7 +10,7 @@
"docs:build": "compodoc -p tsconfig.json -n angular-formio -d docs --hideGenerator",
"docs:serve": "npm run docs:build -- -s",
"docs:watch": "npm run docs:build -- -s -w",
"publish": "npm run build:prod && npm publish ./dist/angular-formio --tag=rc",
"publish": "npm run build:prod && npm publish ./dist/angular-formio --tag=8x",
"publish:latest": "npm run build:prod && npm publish ./dist/angular-formio",
"test": "ng test",
"lint": "ng lint",
Expand All @@ -35,17 +35,17 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
"@angular/animations": "^17.3.5",
"@angular/cli": "^17.3.5",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/router": "^17.3.5",
"@angular-devkit/build-angular": "^18.0.1",
"@angular/animations": "^18.0.0",
"@angular/cli": "^18.0.1",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@compodoc/compodoc": "^1.1.24",
"@formio/deprecated-types": "^0.1.0",
"@formio/js": "^5.0.0-rc.54",
Expand All @@ -61,7 +61,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^17.3.0",
"ng-packagr": "^18.0.0",
"ngx-bootstrap": "^12.0.0",
"protractor": "~7.0.0",
"replace-in-file": "^7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions projects/angular-formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/angular",
"version": "7.5.0-rc.5",
"version": "8.0.0-rc.1",
"repository": {
"type": "git",
"url": "https://github.com/formio/angular-formio"
Expand All @@ -25,9 +25,9 @@
"node": ">=6.0.0"
},
"peerDependencies": {
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/elements": "^16.0.0 || ^17.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/elements": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@formio/js": "^5.0.0-rc.54",
"zone.js": "~0.13.0 || ~0.14.0",
"lodash": "^4.17.20",
Expand Down
Loading

0 comments on commit 1324cf8

Please sign in to comment.