Skip to content

Commit 8efae0e

Browse files
authored
chore(deps): update all non-major dependencies (#1742)
1 parent 61dcfac commit 8efae0e

File tree

5 files changed

+569
-513
lines changed

5 files changed

+569
-513
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,41 +57,41 @@
5757
"engines": {
5858
"node": "^18.0.0 || >=20.0.0"
5959
},
60-
"packageManager": "pnpm@9.12.3",
60+
"packageManager": "pnpm@9.14.4",
6161
"devDependencies": {
6262
"@4tw/cypress-drag-drop": "^2.2.5",
63-
"@commitlint/cli": "^19.5.0",
64-
"@commitlint/config-conventional": "^19.5.0",
63+
"@commitlint/cli": "^19.6.0",
64+
"@commitlint/config-conventional": "^19.6.0",
6565
"@formkit/tempo": "^0.1.2",
66-
"@lerna-lite/cli": "^3.10.0",
67-
"@lerna-lite/publish": "^3.10.0",
68-
"@lerna-lite/run": "^3.10.0",
69-
"@lerna-lite/watch": "^3.10.0",
70-
"@types/node": "^22.9.0",
66+
"@lerna-lite/cli": "^3.10.1",
67+
"@lerna-lite/publish": "^3.10.1",
68+
"@lerna-lite/run": "^3.10.1",
69+
"@lerna-lite/watch": "^3.10.1",
70+
"@types/node": "^22.10.1",
7171
"@vitest/coverage-v8": "^2.1.6",
72-
"@vitest/eslint-plugin": "^1.1.7",
72+
"@vitest/eslint-plugin": "^1.1.12",
7373
"@vitest/ui": "^2.1.6",
7474
"conventional-changelog-conventionalcommits": "^7.0.2",
7575
"cross-env": "^7.0.3",
76-
"cypress": "^13.15.2",
76+
"cypress": "^13.16.0",
7777
"cypress-real-events": "^1.13.0",
7878
"dotenv": "^16.4.5",
79-
"eslint": "^9.14.0",
79+
"eslint": "^9.16.0",
8080
"eslint-plugin-cypress": "^4.1.0",
81-
"eslint-plugin-n": "^17.13.1",
81+
"eslint-plugin-n": "^17.14.0",
8282
"globals": "^15.12.0",
83-
"happy-dom": "^15.11.0",
84-
"husky": "^9.1.6",
83+
"happy-dom": "^15.11.7",
84+
"husky": "^9.1.7",
8585
"jsdom": "^25.0.1",
8686
"jsdom-global": "^3.0.2",
8787
"npm-run-all2": "^7.0.1",
88-
"pnpm": "^9.12.3",
88+
"pnpm": "^9.14.4",
8989
"rimraf": "^5.0.10",
9090
"rxjs": "^7.8.1",
9191
"servor": "^4.0.2",
92-
"sortablejs": "^1.15.3",
93-
"typescript": "^5.6.3",
94-
"typescript-eslint": "^8.13.0",
92+
"sortablejs": "^1.15.6",
93+
"typescript": "^5.7.2",
94+
"typescript-eslint": "^8.16.0",
9595
"vitest": "^2.1.6",
9696
"whatwg-fetch": "^3.6.20"
9797
},

packages/common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"autocompleter": "^9.3.2",
7777
"dequal": "^2.0.3",
7878
"multiple-select-vanilla": "^3.4.4",
79-
"sortablejs": "^1.15.3",
79+
"sortablejs": "^1.15.6",
8080
"un-flatten-tree": "^2.0.12",
8181
"vanilla-calendar-pro": "^2.9.10"
8282
},
@@ -85,9 +85,9 @@
8585
"copyfiles": "^2.4.1",
8686
"cssnano": "^7.0.6",
8787
"npm-run-all2": "^7.0.1",
88-
"postcss": "^8.4.47",
88+
"postcss": "^8.4.49",
8989
"postcss-cli": "^11.0.0",
90-
"sass": "^1.80.6"
90+
"sass": "^1.81.0"
9191
},
9292
"engines": {
9393
"node": "^18.0.0 || >=20.0.0"

packages/vanilla-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@slickgrid-universal/pagination-component": "workspace:~",
6060
"@slickgrid-universal/utils": "workspace:~",
6161
"dequal": "^2.0.3",
62-
"sortablejs": "^1.15.3",
62+
"sortablejs": "^1.15.6",
6363
"whatwg-fetch": "^3.6.20"
6464
},
6565
"devDependencies": {

packages/vanilla-force-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"fflate": "^0.8.2",
7474
"normalize-path": "^3.0.0",
7575
"tinyglobby": "^0.2.10",
76-
"vite": "^6.0.0",
76+
"vite": "^6.0.1",
7777
"yargs": "^17.7.2"
7878
}
7979
}

0 commit comments

Comments
 (0)