Skip to content

Commit

Permalink
fix(core): remove upper limit for AngularJs
Browse files Browse the repository at this point in the history
  • Loading branch information
mportuga committed Apr 12, 2024
1 parent e6c9afa commit 5517031
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion lib/grunt/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ module.exports = function(grunt) {
'main': bwr.main,
'ignore': [],
'dependencies': {
'angular': '>=1.4.0 1.8.x'
'angular': '>=1.4.0'
},
'repository': pkg.repository,
'homepage': 'http://ui-grid.info',
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-resize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,5 +36,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/cellnav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,5 +37,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/empty-base-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,5 +37,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/expandable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,5 +38,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
2 changes: 1 addition & 1 deletion packages/exporter/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x",
"angular": ">=1.4.0",
"csv-js": "~1.0.0",
"excel-builder": "~2.0.2",
"pdfmake": "~0.1.8"
Expand Down Expand Up @@ -43,5 +43,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@ui-grid/core": "^4.12.5",
"@ui-grid/tree-base": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,5 +38,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,5 +38,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x",
"angular": ">=1.4.0",
"csv-js": "~1.0.0"
},
"publishConfig": {
Expand Down Expand Up @@ -38,5 +38,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,5 +37,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/move-columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,5 +38,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,5 +37,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,5 +37,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/resize-columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,5 +37,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/row-edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@ui-grid/cell-nav": "^4.12.6",
"@ui-grid/core": "^4.12.5",
"@ui-grid/edit": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,5 +40,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/saveState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ui-grid/grouping": "^4.12.5",
"@ui-grid/selection": "^4.12.5",
"@ui-grid/tree-view": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,5 +39,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/tree-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ui-grid/core": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,5 +39,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@ui-grid/core": "^4.12.5",
"@ui-grid/tree-base": "^4.12.5",
"angular": ">=1.4.0 1.8.x"
"angular": ">=1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,5 +40,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}
4 changes: 2 additions & 2 deletions packages/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@ui-grid/core": "^4.12.5",
"@ui-grid/edit": "^4.12.5",
"angular": ">=1.4.0 1.8.x",
"angular": ">=1.4.0",
"angular-ui-bootstrap": "0.13.4"
},
"publishConfig": {
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"author": "UI Grid Team",
"license": "MIT",
"gitHead": "5cfa8bf46e8eb464b40e3d045064d4b74a77cbf2"
"gitHead": "e6c9afa987b32eb6056fce29c7ff342a11a21499"
}

0 comments on commit 5517031

Please sign in to comment.