Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 0930488

Browse files
committed
Updated build and version.
1 parent cd52497 commit 0930488

File tree

4 files changed

+67
-70
lines changed

4 files changed

+67
-70
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser-dynamic": "^8.2.14",
2525
"@angular/router": "^8.2.14",
2626
"angular-material-formio": "^1.15.0",
27-
"formiojs": "^4.9.0-rc.3",
27+
"formiojs": "^4.9.0-rc.10",
2828
"hammerjs": "^2.0.8",
2929
"rxjs": "^6.5.4",
3030
"tslib": "^1.11.1",

package-lock.json

+57-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-formio",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -19,8 +19,8 @@
1919
"@angular/material": "^8.0.0"
2020
},
2121
"dependencies": {
22-
"angular-formio": "^4.6.0",
23-
"formiojs": "^4.9.0-rc.3"
22+
"angular-formio": "^4.6.10",
23+
"formiojs": "^4.9.0-rc.10"
2424
},
2525
"devDependencies": {
2626
"@angular-devkit/build-angular": "^0.803.23",
@@ -38,9 +38,9 @@
3838
"@angular/language-service": "^8.2.14",
3939
"@angular/material": "^8.2.3",
4040
"@angular/platform-browser": "^8.2.14",
41-
"@types/jasmine": "^3.5.7",
41+
"@types/jasmine": "^3.5.9",
4242
"@types/jasminewd2": "^2.0.8",
43-
"@types/node": "^13.7.7",
43+
"@types/node": "^13.9.1",
4444
"codelyzer": "^5.2.1",
4545
"jasmine-core": "^3.5.0",
4646
"jasmine-spec-reporter": "~4.2.1",
@@ -54,7 +54,7 @@
5454
"ts-node": "^8.6.2",
5555
"tsickle": "0.35.0",
5656
"tslib": "^1.11.1",
57-
"tslint": "^6.0.0",
57+
"tslint": "^6.1.0",
5858
"typescript": "~3.5.3"
5959
}
6060
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-formio",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"peerDependencies": {
55
"@angular/cdk": "^8.0.0",
66
"@angular/common": "^8.0.0",
@@ -10,7 +10,7 @@
1010
"@angular/material": "^8.0.0"
1111
},
1212
"dependencies": {
13-
"angular-formio": "^4.6.0",
14-
"formiojs": "^4.9.0-rc.3"
13+
"angular-formio": "^4.6.10",
14+
"formiojs": "^4.9.0-rc.10"
1515
}
1616
}

0 commit comments

Comments
 (0)