Skip to content

Commit

Permalink
Merge pull request #56 from nickcmaynard/dependabot/npm_and_yarn/angu…
Browse files Browse the repository at this point in the history
…lar-1.8.0

Bump angular from 1.7.9 to 1.8.0
  • Loading branch information
nickcmaynard authored Jun 18, 2020
2 parents 524acbb + f9d02f0 commit 16674b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:
- jsonschemalint.com # For deployment
language: node_js
node_js:
- 10
- 12
install:
- npm install
- npm update
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"JSV": "git://github.com/nickcmaynard/JSV.git#master",
"ajv": "^6.12.2",
"angular": "~1.7.9",
"angular-route": "~1.7.9",
"angular-sanitize": "~1.7.9",
"angular": "~1.8.0",
"angular-route": "~1.8.0",
"angular-sanitize": "~1.8.0",
"angular-translate": "^2.18.2",
"angular-translate-loader-static-files": "^2.18.2",
"angular-ui-bootstrap": "^2.2.0",
Expand All @@ -41,7 +41,7 @@
"yamljs": "^0.3.0"
},
"devDependencies": {
"angular-mocks": "~1.7.9",
"angular-mocks": "~1.8.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.5",
Expand Down

0 comments on commit 16674b8

Please sign in to comment.