Skip to content

Commit fbbdd00

Browse files
committed
Updated build and version.
1 parent 63b8d49 commit fbbdd00

File tree

3 files changed

+72
-68
lines changed

3 files changed

+72
-68
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 4.8.0-rc.1
6+
### Changed
7+
- Upgraded formiojs@4.10.0-rc.2
8+
59
## 4.8.0-beta.7
610
### Changed
711
- Upgrade formiojs@4.10.0-beta.19

package-lock.json

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formio",
3-
"version": "4.8.0-beta.7",
3+
"version": "4.8.0-rc.1",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",
@@ -33,18 +33,18 @@
3333
},
3434
"devDependencies": {
3535
"@angular/cli": "^9.1.6",
36-
"@angular/common": "^9.1.7",
37-
"@angular/compiler": "^9.1.6",
38-
"@angular/compiler-cli": "^9.1.7",
39-
"@angular/core": "^9.1.7",
40-
"@angular/elements": "^9.1.7",
41-
"@angular/forms": "^9.1.7",
42-
"@angular/platform-browser": "^9.1.7",
43-
"@angular/platform-browser-dynamic": "^9.1.6",
44-
"@angular/router": "^9.1.7",
36+
"@angular/common": "^9.1.9",
37+
"@angular/compiler": "^9.1.9",
38+
"@angular/compiler-cli": "^9.1.9",
39+
"@angular/core": "^9.1.9",
40+
"@angular/elements": "^9.1.9",
41+
"@angular/forms": "^9.1.9",
42+
"@angular/platform-browser": "^9.1.9",
43+
"@angular/platform-browser-dynamic": "^9.1.9",
44+
"@angular/router": "^9.1.9",
4545
"@compodoc/compodoc": "^1.1.11",
4646
"@types/jasmine": "^3.5.10",
47-
"@types/node": "^14.0.1",
47+
"@types/node": "^14.0.4",
4848
"angular-in-memory-web-api": "^0.11.0",
4949
"codelyzer": "^5.2.2",
5050
"concurrently": "^5.2.0",
@@ -61,7 +61,7 @@
6161
"html-webpack-plugin": "^4.3.0",
6262
"jasmine-core": "^3.5.0",
6363
"jasmine-spec-reporter": "^5.0.2",
64-
"karma": "^5.0.8",
64+
"karma": "^5.0.9",
6565
"karma-chrome-launcher": "^3.1.0",
6666
"karma-cli": "^2.0.0",
6767
"karma-coverage-istanbul-reporter": "^3.0.2",
@@ -74,7 +74,7 @@
7474
"path": "^0.12.7",
7575
"prismjs": "^1.20.0",
7676
"protractor": "^7.0.0",
77-
"rollup": "^2.10.3",
77+
"rollup": "^2.10.5",
7878
"run-sequence": "^2.2.1",
7979
"rxjs": "^6.5.5",
8080
"sass-loader": "^8.0.2",
@@ -107,7 +107,7 @@
107107
},
108108
"dependencies": {
109109
"core-js": "^3.6.5",
110-
"formiojs": "^4.10.0-beta.19",
110+
"formiojs": "^4.10.0-rc.2",
111111
"lodash": "^4.17.15",
112112
"ngx-bootstrap": "^5.6.1"
113113
}

0 commit comments

Comments
 (0)