Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 30, 2024
1 parent 61dcfac commit 8efae0e
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 513 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,41 +57,41 @@
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.4",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@formkit/tempo": "^0.1.2",
"@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.9.0",
"@lerna-lite/cli": "^3.10.1",
"@lerna-lite/publish": "^3.10.1",
"@lerna-lite/run": "^3.10.1",
"@lerna-lite/watch": "^3.10.1",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/eslint-plugin": "^1.1.7",
"@vitest/eslint-plugin": "^1.1.12",
"@vitest/ui": "^2.1.6",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.15.2",
"cypress": "^13.16.0",
"cypress-real-events": "^1.13.0",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.16.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-n": "^17.14.0",
"globals": "^15.12.0",
"happy-dom": "^15.11.0",
"husky": "^9.1.6",
"happy-dom": "^15.11.7",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^7.0.1",
"pnpm": "^9.12.3",
"pnpm": "^9.14.4",
"rimraf": "^5.0.10",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"sortablejs": "^1.15.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"sortablejs": "^1.15.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^2.1.6",
"whatwg-fetch": "^3.6.20"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"autocompleter": "^9.3.2",
"dequal": "^2.0.3",
"multiple-select-vanilla": "^3.4.4",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.6",
"un-flatten-tree": "^2.0.12",
"vanilla-calendar-pro": "^2.9.10"
},
Expand All @@ -85,9 +85,9 @@
"copyfiles": "^2.4.1",
"cssnano": "^7.0.6",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"sass": "^1.80.6"
"sass": "^1.81.0"
},
"engines": {
"node": "^18.0.0 || >=20.0.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 @@ -59,7 +59,7 @@
"@slickgrid-universal/pagination-component": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"dequal": "^2.0.3",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.6",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
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.10",
"vite": "^6.0.0",
"vite": "^6.0.1",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 8efae0e

Please sign in to comment.