Skip to content

Commit dbac7ff

Browse files
authored
chore(deps): update all non-major dependencies (#1478)
1 parent 40479fe commit dbac7ff

5 files changed

Lines changed: 139 additions & 143 deletions

File tree

examples/vite-demo-vanilla-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@types/whatwg-fetch": "^0.0.33",
4040
"sass": "^1.75.0",
4141
"typescript": "^5.4.5",
42-
"vite": "^5.2.9"
42+
"vite": "^5.2.10"
4343
}
4444
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"packageManager": "pnpm@8.15.7",
5757
"devDependencies": {
5858
"@4tw/cypress-drag-drop": "^2.2.5",
59-
"@commitlint/cli": "^19.2.2",
59+
"@commitlint/cli": "^19.3.0",
6060
"@commitlint/config-conventional": "^19.2.2",
6161
"@jest/types": "^29.6.3",
6262
"@lerna-lite/cli": "^3.3.3",
@@ -66,14 +66,14 @@
6666
"@types/jest": "^29.5.12",
6767
"@types/node": "^20.12.7",
6868
"cross-env": "^7.0.3",
69-
"cypress": "^13.8.0",
69+
"cypress": "^13.8.1",
7070
"cypress-real-events": "^1.12.0",
7171
"dotenv": "^16.4.5",
72-
"eslint": "^9.1.0",
73-
"eslint-plugin-cypress": "^3.0.1",
72+
"eslint": "^9.1.1",
73+
"eslint-plugin-cypress": "^3.0.2",
7474
"eslint-plugin-import": "^2.29.1",
7575
"eslint-plugin-jest": "^28.2.0",
76-
"eslint-plugin-n": "^17.2.1",
76+
"eslint-plugin-n": "^17.3.1",
7777
"flatpickr": "^4.6.13",
7878
"husky": "^9.0.11",
7979
"jest": "^29.7.0",
@@ -92,7 +92,7 @@
9292
"ts-jest": "^29.1.2",
9393
"ts-node": "^10.9.2",
9494
"typescript": "^5.4.5",
95-
"typescript-eslint": "^7.7.0",
95+
"typescript-eslint": "^7.7.1",
9696
"whatwg-fetch": "^3.6.20"
9797
},
9898
"funding": {

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"autoprefixer": "^10.4.19",
8787
"copyfiles": "^2.4.1",
8888
"cross-env": "^7.0.3",
89-
"cssnano": "^7.0.0",
89+
"cssnano": "^7.0.1",
9090
"npm-run-all2": "^6.1.2",
9191
"postcss": "^8.4.38",
9292
"postcss-cli": "^11.0.0",

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
"glob": "^10.3.12",
7575
"normalize-path": "^3.0.0",
76-
"vite": "^5.2.9",
76+
"vite": "^5.2.10",
7777
"yargs": "^17.7.2"
7878
}
7979
}

0 commit comments

Comments
 (0)