Skip to content

Commit 5517031

Browse files
committed
fix(core): remove upper limit for AngularJs
1 parent e6c9afa commit 5517031

File tree

23 files changed

+43
-43
lines changed

23 files changed

+43
-43
lines changed

lib/grunt/plugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ module.exports = function(grunt) {
329329
'main': bwr.main,
330330
'ignore': [],
331331
'dependencies': {
332-
'angular': '>=1.4.0 1.8.x'
332+
'angular': '>=1.4.0'
333333
},
334334
'repository': pkg.repository,
335335
'homepage': 'http://ui-grid.info',

packages/auto-resize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -36,5 +36,5 @@
3636
],
3737
"author": "UI Grid Team",
3838
"license": "MIT",
39-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
39+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4040
}

packages/cellnav/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -41,5 +41,5 @@
4141
],
4242
"author": "UI Grid Team",
4343
"license": "MIT",
44-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
44+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4545
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
],
3939
"author": "UI Grid Team",
4040
"license": "MIT",
41-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
41+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4242
}

packages/edit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -37,5 +37,5 @@
3737
],
3838
"author": "UI Grid Team",
3939
"license": "MIT",
40-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
40+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4141
}

packages/empty-base-layer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -37,5 +37,5 @@
3737
],
3838
"author": "UI Grid Team",
3939
"license": "MIT",
40-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
40+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4141
}

packages/expandable/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -38,5 +38,5 @@
3838
],
3939
"author": "UI Grid Team",
4040
"license": "MIT",
41-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
41+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4242
}

packages/exporter/package-lock.json

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

packages/exporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x",
11+
"angular": ">=1.4.0",
1212
"csv-js": "~1.0.0",
1313
"excel-builder": "~2.0.2",
1414
"pdfmake": "~0.1.8"
@@ -43,5 +43,5 @@
4343
],
4444
"author": "UI Grid Team",
4545
"license": "MIT",
46-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
46+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4747
}

packages/grouping/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
1111
"@ui-grid/tree-base": "^4.12.5",
12-
"angular": ">=1.4.0 1.8.x"
12+
"angular": ">=1.4.0"
1313
},
1414
"publishConfig": {
1515
"access": "public"
@@ -38,5 +38,5 @@
3838
],
3939
"author": "UI Grid Team",
4040
"license": "MIT",
41-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
41+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4242
}

packages/i18n/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -38,5 +38,5 @@
3838
],
3939
"author": "UI Grid Team",
4040
"license": "MIT",
41-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
41+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4242
}

packages/importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x",
11+
"angular": ">=1.4.0",
1212
"csv-js": "~1.0.0"
1313
},
1414
"publishConfig": {
@@ -38,5 +38,5 @@
3838
],
3939
"author": "UI Grid Team",
4040
"license": "MIT",
41-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
41+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4242
}

packages/infinite-scroll/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -37,5 +37,5 @@
3737
],
3838
"author": "UI Grid Team",
3939
"license": "MIT",
40-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
40+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4141
}

packages/move-columns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -38,5 +38,5 @@
3838
],
3939
"author": "UI Grid Team",
4040
"license": "MIT",
41-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
41+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4242
}

packages/pagination/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -37,5 +37,5 @@
3737
],
3838
"author": "UI Grid Team",
3939
"license": "MIT",
40-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
40+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4141
}

packages/pinning/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -37,5 +37,5 @@
3737
],
3838
"author": "UI Grid Team",
3939
"license": "MIT",
40-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
40+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4141
}

packages/resize-columns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -37,5 +37,5 @@
3737
],
3838
"author": "UI Grid Team",
3939
"license": "MIT",
40-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
40+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4141
}

packages/row-edit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@ui-grid/cell-nav": "^4.12.6",
1111
"@ui-grid/core": "^4.12.5",
1212
"@ui-grid/edit": "^4.12.5",
13-
"angular": ">=1.4.0 1.8.x"
13+
"angular": ">=1.4.0"
1414
},
1515
"publishConfig": {
1616
"access": "public"
@@ -40,5 +40,5 @@
4040
],
4141
"author": "UI Grid Team",
4242
"license": "MIT",
43-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
43+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4444
}

packages/saveState/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui-grid/grouping": "^4.12.5",
1313
"@ui-grid/selection": "^4.12.5",
1414
"@ui-grid/tree-view": "^4.12.5",
15-
"angular": ">=1.4.0 1.8.x"
15+
"angular": ">=1.4.0"
1616
},
1717
"publishConfig": {
1818
"access": "public"
@@ -41,5 +41,5 @@
4141
],
4242
"author": "UI Grid Team",
4343
"license": "MIT",
44-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
44+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4545
}

packages/selection/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -39,5 +39,5 @@
3939
],
4040
"author": "UI Grid Team",
4141
"license": "MIT",
42-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
42+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4343
}

packages/tree-base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
11-
"angular": ">=1.4.0 1.8.x"
11+
"angular": ">=1.4.0"
1212
},
1313
"publishConfig": {
1414
"access": "public"
@@ -39,5 +39,5 @@
3939
],
4040
"author": "UI Grid Team",
4141
"license": "MIT",
42-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
42+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4343
}

packages/tree-view/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
1111
"@ui-grid/tree-base": "^4.12.5",
12-
"angular": ">=1.4.0 1.8.x"
12+
"angular": ">=1.4.0"
1313
},
1414
"publishConfig": {
1515
"access": "public"
@@ -40,5 +40,5 @@
4040
],
4141
"author": "UI Grid Team",
4242
"license": "MIT",
43-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
43+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4444
}

packages/validate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@ui-grid/core": "^4.12.5",
1111
"@ui-grid/edit": "^4.12.5",
12-
"angular": ">=1.4.0 1.8.x",
12+
"angular": ">=1.4.0",
1313
"angular-ui-bootstrap": "0.13.4"
1414
},
1515
"publishConfig": {
@@ -41,5 +41,5 @@
4141
],
4242
"author": "UI Grid Team",
4343
"license": "MIT",
44-
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
44+
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
4545
}

0 commit comments

Comments
 (0)