Skip to content

Commit

Permalink
fix(core): use latest Flatpickr version to fix leak in it
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 10, 2022
1 parent 3e31b66 commit 0f68f51
Show file tree
Hide file tree
Showing 19 changed files with 145 additions and 110 deletions.
8 changes: 4 additions & 4 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@slickgrid-universal/vanilla-bundle": "^1.2.5",
"bulma": "^0.9.3",
"moment-mini": "^2.24.0",
"rxjs": "^7.5.4",
"rxjs": "^7.5.5",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand All @@ -53,7 +53,7 @@
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.0",
"css-loader": "^6.7.1",
"esbuild-loader": "^2.18.0",
"faker": "^5.5.3",
"file-loader": "^6.2.0",
Expand All @@ -64,10 +64,10 @@
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"ts-node": "^10.6.0",
"ts-node": "^10.7.0",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@lerna-lite/cli": "^0.3.6",
"@lerna-lite/run": "^0.3.6",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@lerna-lite/cli": "^0.3.7",
"@lerna-lite/run": "^0.3.7",
"cypress": "^9.5.1",
"eslint": "^8.10.0",
"eslint-plugin-import": "^2.25.4",
Expand All @@ -71,7 +71,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all": "^4.1.5",
"rxjs": "^7.5.4",
"rxjs": "^7.5.5",
"serve": "^13.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -73,7 +73,7 @@
"dependencies": {
"dequal": "^2.0.2",
"dompurify": "^2.3.6",
"flatpickr": "^4.6.9",
"flatpickr": "^4.6.10",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"moment-mini": "^2.24.0",
Expand All @@ -91,7 +91,7 @@
"mini-css-extract-plugin": "^2.6.0",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.7",
"postcss": "^8.4.8",
"postcss-cli": "^9.1.0",
"rimraf": "^3.0.2",
"sass": "^1.49.9"
Expand All @@ -104,4 +104,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
2 changes: 1 addition & 1 deletion packages/composite-editor-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/empty-warning-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/event-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
2 changes: 1 addition & 1 deletion packages/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
2 changes: 1 addition & 1 deletion packages/pagination-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/row-detail-view-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/text-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"type": "ko_fi",
"url": "https://ko-fi.com/N4N679OT"
}
}
}
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
"rimraf": "^3.0.2",
"webpack": "^5.70.0"
}
}
}
Loading

0 comments on commit 0f68f51

Please sign in to comment.