Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 9e4e5e9

Browse files
author
Kamil Kisiela
committed
feat: support for higher version of angular
1 parent 4ffe2f7 commit 9e4e5e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
},
3636
"homepage": "https://github.com/formly-js/angular-formly-templates-material#readme",
3737
"dependencies": {
38-
"angular": "^1.4.0",
39-
"angular-messages": "^1.4.0",
40-
"angular-animate": "^1.4.0",
41-
"angular-aria": "^1.4.0",
38+
"angular": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0",
39+
"angular-messages": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0",
40+
"angular-animate": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0",
41+
"angular-aria": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0",
4242
"angular-material": "^1.0.0",
4343
"angular-formly": ">=7.3.0",
4444
"api-check": ">=7.0.0"
4545
},
4646
"devDependencies": {
47-
"angular-mocks": "^1.4.0",
47+
"angular-mocks": "^1.5.0",
4848
"argv-set-env": "^1.0.0",
4949
"babel": "^6.3.26",
5050
"babel-core": "^6.4.5",

0 commit comments

Comments
 (0)