Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 22, 2022
1 parent f6b057e commit 064e75e
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 164 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 @@ -49,7 +49,7 @@
"bulma": "^0.9.4",
"dompurify": "^2.4.1",
"flatpickr": "^4.6.13",
"jquery": "^3.6.2",
"jquery": "^3.6.3",
"moment-mini": "^2.29.4",
"multiple-select-modified": "^1.3.17",
"rxjs": "^7.5.7",
Expand All @@ -58,18 +58,18 @@
"devDependencies": {
"@types/fnando__sparkline": "^0.3.4",
"@types/jquery": "^3.5.14",
"@types/node": "^18.11.15",
"@types/node": "^18.11.17",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"esbuild-loader": "^2.20.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"html-loader": "^4.2.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"sass": "^1.56.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"typescript": "^4.9.4",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@lerna-lite/cli": "^1.13.0",
"@lerna-lite/run": "^1.13.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"cross-env": "^7.0.3",
"cypress": "^11.2.0",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.3.1",
Expand All @@ -63,14 +63,14 @@
"jsdom": "^20.0.3",
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"pnpm": "^7.18.2",
"pnpm": "^7.19.0",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"serve": "^14.1.2",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"packageManager": "pnpm@7.18.2",
"packageManager": "pnpm@7.19.0",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dequal": "^2.0.3",
"dompurify": "^2.4.1",
"flatpickr": "^4.6.13",
"jquery": "^3.6.2",
"jquery": "^3.6.3",
"moment-mini": "^2.29.4",
"multiple-select-modified": "^1.3.17",
"slickgrid": "^3.0.2",
Expand All @@ -95,7 +95,7 @@
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"rimraf": "^3.0.2",
"sass": "^1.56.2"
"sass": "^1.57.1"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@slickgrid-universal/utils": "workspace:~",
"dequal": "^2.0.3",
"flatpickr": "^4.6.13",
"jquery": "^3.6.2",
"jquery": "^3.6.3",
"slickgrid": "^3.0.2",
"sortablejs": "^1.15.0",
"whatwg-fetch": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@slickgrid-universal/text-export": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"@slickgrid-universal/vanilla-bundle": "workspace:~",
"jquery": "^3.6.2",
"jquery": "^3.6.3",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 064e75e

Please sign in to comment.