Skip to content

Commit

Permalink
Update angular-formio build.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Oct 11, 2019
1 parent 2971f31 commit d95cdb7
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 81 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

### 4.2.5
### Changed
- Upgrade [email protected]

### 4.2.4
### Changed
- Upgrade [email protected]
Expand Down
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-formio",
"version": "4.2.4",
"version": "4.2.5",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand Down Expand Up @@ -32,17 +32,17 @@
"url": "https://github.com/formio/angular-formio/issues"
},
"devDependencies": {
"@angular/cli": "^8.3.8",
"@angular/common": "^8.2.9",
"@angular/compiler": "^8.2.9",
"@angular/compiler-cli": "^8.2.9",
"@angular/core": "^8.2.9",
"@angular/forms": "^8.2.9",
"@angular/platform-browser": "^8.2.9",
"@angular/platform-browser-dynamic": "^8.2.9",
"@angular/router": "^8.2.9",
"@angular/cli": "^8.3.9",
"@angular/common": "^8.2.10",
"@angular/compiler": "^8.2.10",
"@angular/compiler-cli": "^8.2.10",
"@angular/core": "^8.2.10",
"@angular/forms": "^8.2.10",
"@angular/platform-browser": "^8.2.10",
"@angular/platform-browser-dynamic": "^8.2.10",
"@angular/router": "^8.2.10",
"@compodoc/compodoc": "^1.1.10",
"@types/jasmine": "^3.4.3",
"@types/jasmine": "^3.4.4",
"@types/node": "^12.7.12",
"angular-in-memory-web-api": "^0.9.0",
"codelyzer": "^5.1.2",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"dependencies": {
"core-js": "^3.2.1",
"formiojs": "^4.3.1",
"formiojs": "^4.3.2",
"lodash": "^4.17.15",
"ngx-bootstrap": "^5.1.2"
}
Expand Down

0 comments on commit d95cdb7

Please sign in to comment.