Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 16, 2024
1 parent a0a595e commit d8cae2b
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 481 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@formkit/tempo": "^0.1.2",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/run": "^3.9.2",
"@lerna-lite/watch": "^3.9.2",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/eslint-plugin": "^1.1.4",
"@vitest/ui": "^2.1.1",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@lerna-lite/run": "^3.10.0",
"@lerna-lite/watch": "^3.10.0",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/eslint-plugin": "^1.1.7",
"@vitest/ui": "^2.1.3",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"cypress-real-events": "^1.13.0",
"dotenv": "^16.4.5",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.3",
"globals": "^15.9.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"globals": "^15.11.0",
"happy-dom": "^15.7.4",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
Expand All @@ -91,9 +91,9 @@
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"sortablejs": "^1.15.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vitest": "^2.1.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"vitest": "^2.1.3",
"whatwg-fetch": "^3.6.20"
},
"funding": {
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"not dead"
],
"dependencies": {
"@excel-builder-vanilla/types": "^3.0.7",
"@excel-builder-vanilla/types": "^3.0.14",
"@formkit/tempo": "^0.1.2",
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/event-pub-sub": "workspace:~",
Expand All @@ -75,7 +75,7 @@
"@types/trusted-types": "^2.0.7",
"autocompleter": "^9.3.2",
"dequal": "^2.0.3",
"multiple-select-vanilla": "^3.3.4",
"multiple-select-vanilla": "^3.3.7",
"sortablejs": "^1.15.3",
"un-flatten-tree": "^2.0.12",
"vanilla-calendar-pro": "^2.9.10"
Expand All @@ -87,7 +87,7 @@
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"sass": "^1.79.4"
"sass": "^1.79.5"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"excel-builder-vanilla": "^3.0.6"
"excel-builder-vanilla": "^3.0.14"
},
"devDependencies": {
"@slickgrid-universal/event-pub-sub": "workspace:~"
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 @@ -73,7 +73,7 @@
"fflate": "^0.8.2",
"normalize-path": "^3.0.0",
"tinyglobby": "^0.2.9",
"vite": "^5.4.8",
"vite": "^5.4.9",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit d8cae2b

Please sign in to comment.