Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 12, 2023
1 parent c05a5bf commit e55af11
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 181 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 @@ -47,7 +47,7 @@
"@slickgrid-universal/vanilla-bundle": "workspace:~",
"@slickgrid-universal/vanilla-force-bundle": "workspace:~",
"bulma": "^0.9.4",
"dompurify": "^2.4.1",
"dompurify": "^2.4.3",
"flatpickr": "^4.6.13",
"jquery": "^3.6.3",
"moment-mini": "^2.29.4",
Expand All @@ -65,7 +65,7 @@
"css-loader": "^6.7.3",
"esbuild-loader": "^2.20.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.7.2",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,28 @@
"@lerna-lite/run": "^1.13.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"cross-env": "^7.0.3",
"cypress": "^11.2.0",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-extended": "^3.2.1",
"jest-extended": "^3.2.3",
"jsdom": "^21.0.0",
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"pnpm": "^7.22.0",
"pnpm": "^7.24.3",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"serve": "^14.1.2",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.4",
"typescript": "^4.9.4"
},
"packageManager": "pnpm@7.22.0",
"packageManager": "pnpm@7.24.3",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"not dead"
],
"dependencies": {
"dompurify": "^2.4.1"
"dompurify": "^2.4.3"
},
"devDependencies": {
"@types/dompurify": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@slickgrid-universal/utils": "workspace:~",
"autocompleter": "^7.0.1",
"dequal": "^2.0.3",
"dompurify": "^2.4.1",
"dompurify": "^2.4.3",
"flatpickr": "^4.6.13",
"jquery": "^3.6.3",
"moment-mini": "^2.29.4",
Expand All @@ -92,7 +92,7 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"npm-run-all2": "^6.0.4",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"rimraf": "^3.0.2",
"sass": "^1.57.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@slickgrid-universal/common": "workspace:~",
"dompurify": "^2.4.1"
"dompurify": "^2.4.3"
},
"devDependencies": {
"@types/dompurify": "^2.4.0",
Expand Down
Loading

0 comments on commit e55af11

Please sign in to comment.