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

Commit f90715c

Browse files
Splaktarjelbourn
authored andcommitted
build: update to AngularJS 1.7.5 (#11530)
to pick up ng-class bug fix
1 parent 5342ca2 commit f90715c

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

config/build.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const pkg = require('../package.json');
22

33
module.exports = {
4-
ngVersion: '1.7.4',
4+
ngVersion: '1.7.5',
55
version: pkg.version,
66
repository: pkg.repository.url
77
.replace(/^git/,'https')

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"@octokit/rest": "^15.9.2",
3636
"add-stream": "^1.0.0",
3737
"ajv": "^6.5.2",
38-
"angular": "^1.7.4",
39-
"angular-animate": "^1.7.4",
40-
"angular-aria": "^1.7.4",
41-
"angular-messages": "^1.7.4",
42-
"angular-mocks": "^1.7.4",
43-
"angular-route": "^1.7.4",
44-
"angular-sanitize": "^1.7.4",
45-
"angular-touch": "^1.7.4",
38+
"angular": "^1.7.5",
39+
"angular-animate": "^1.7.5",
40+
"angular-aria": "^1.7.5",
41+
"angular-messages": "^1.7.5",
42+
"angular-mocks": "^1.7.5",
43+
"angular-route": "^1.7.5",
44+
"angular-sanitize": "^1.7.5",
45+
"angular-touch": "^1.7.5",
4646
"angularytics": "^0.4.0",
4747
"canonical-path": "0.0.2",
4848
"cli-color": "^1.0.0",

0 commit comments

Comments
 (0)