Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2023
1 parent c9e8327 commit b6b78d7
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.6",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.69.4",
"typescript": "^5.2.2",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"@lerna-lite/run": "^2.6.0",
"@lerna-lite/watch": "^2.6.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"cross-env": "^7.0.3",
"cypress": "^13.3.2",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
Expand All @@ -91,7 +91,7 @@
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"slickgrid": "^4.0.1",
"slickgrid": "^4.0.2",
"sortablejs": "^1.15.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"flatpickr": "^4.6.13",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^0.4.10",
"slickgrid": "^4.0.1",
"slickgrid": "^4.0.2",
"sortablejs": "^1.15.0",
"un-flatten-tree": "^2.0.12"
},
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 @@ -65,7 +65,7 @@
"@slickgrid-universal/utils": "workspace:~",
"dequal": "^2.0.3",
"flatpickr": "^4.6.13",
"slickgrid": "^4.0.1",
"slickgrid": "^4.0.2",
"sortablejs": "^1.15.0",
"whatwg-fetch": "^3.6.19"
},
Expand Down
Loading

0 comments on commit b6b78d7

Please sign in to comment.