Skip to content

Commit

Permalink
fix(core): rollback node/npm minimum engine versions
Browse files Browse the repository at this point in the history
- rolling back the engines bump since I thought this was only a dev thing but it turns out to be flowing even up to Angular-Slickgrid requirement which is not what I wanted/expected
  • Loading branch information
ghiscoding committed Feb 14, 2022
1 parent 8f9a87c commit 7fcaecd
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"main": "src/slickgrid-universal/index",
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typescript": "^4.5.5"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
}
}
6 changes: 3 additions & 3 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
"sass": "^1.49.4"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"funding": {
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
6 changes: 3 additions & 3 deletions packages/composite-editor-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/empty-warning-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/event-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -61,4 +61,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -57,4 +57,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
6 changes: 3 additions & 3 deletions packages/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -54,4 +54,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
6 changes: 3 additions & 3 deletions packages/pagination-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -61,4 +61,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/row-detail-view-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"engines": {
"node": ">=14.15.0",
"npm": ">=8.0.0"
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/text-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -61,4 +61,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
6 changes: 3 additions & 3 deletions packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand All @@ -65,4 +65,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
6 changes: 3 additions & 3 deletions packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [
"last 2 version",
Expand Down Expand Up @@ -76,4 +76,4 @@
"rimraf": "^3.0.2",
"webpack": "^5.68.0"
}
}
}

0 comments on commit 7fcaecd

Please sign in to comment.