Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 19, 2023
1 parent 268c97b commit 1ed2914
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 313 deletions.
2 changes: 1 addition & 1 deletion examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"esbuild-loader": "^2.20.0",
"esbuild-loader": "^2.21.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-loader": "^4.2.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@lerna-lite/cli": "^1.14.1",
"@lerna-lite/run": "^1.14.1",
"@lerna-lite/watch": "^1.14.1",
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"cross-env": "^7.0.3",
"cypress": "^11.2.0",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.27.4",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
Expand All @@ -67,14 +67,14 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.0.4",
"pnpm": "^7.24.3",
"pnpm": "^7.25.1",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"serve": "^14.1.2",
"ts-jest": "^29.0.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
},
"packageManager": "pnpm@7.24.3",
"packageManager": "pnpm@7.25.1",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@slickgrid-universal/event-pub-sub": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"autocompleter": "^7.0.1",
"autocompleter": "^7.1.0",
"dequal": "^2.0.3",
"dompurify": "^2.4.3",
"flatpickr": "^4.6.13",
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 @@ -70,7 +70,7 @@
"@types/webpack": "^5.28.0",
"archiver": "^5.3.1",
"cross-env": "^7.0.3",
"esbuild-loader": "^2.20.0",
"esbuild-loader": "^2.21.0",
"html-loader": "^4.2.0",
"npm-run-all2": "^6.0.4",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit 1ed2914

Please sign in to comment.