Skip to content

Commit ad3adda

Browse files
fix(deps): update all non-major dependencies (#15233)
1 parent d93a211 commit ad3adda

23 files changed

Lines changed: 712 additions & 687 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@25ef3926d147cd02fc7e931c1ef50772bbb0d25d # v40.1.1
61+
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40.2.1
6262
with:
6363
files: |
6464
docs/**

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ci-docs": "run-s build docs-build"
4242
},
4343
"devDependencies": {
44-
"@babel/types": "^7.23.4",
44+
"@babel/types": "^7.23.5",
4545
"@eslint-types/import": "^2.29.0-1",
4646
"@eslint-types/typescript-eslint": "^6.12.0",
4747
"@rollup/plugin-typescript": "^11.1.5",
@@ -56,35 +56,35 @@
5656
"@types/json-stable-stringify": "^1.0.36",
5757
"@types/less": "^3.0.6",
5858
"@types/micromatch": "^4.0.6",
59-
"@types/node": "^20.10.0",
59+
"@types/node": "^20.10.3",
6060
"@types/picomatch": "^2.3.3",
6161
"@types/semver": "^7.5.6",
6262
"@types/sass": "~1.43.1",
6363
"@types/stylus": "^0.48.42",
6464
"@types/ws": "^8.5.10",
65-
"@typescript-eslint/eslint-plugin": "^6.12.0",
66-
"@typescript-eslint/parser": "^6.12.0",
65+
"@typescript-eslint/eslint-plugin": "^6.13.1",
66+
"@typescript-eslint/parser": "^6.13.1",
6767
"@vitejs/release-scripts": "^1.3.1",
6868
"conventional-changelog-cli": "^4.1.0",
69-
"eslint": "^8.54.0",
69+
"eslint": "^8.55.0",
7070
"eslint-define-config": "^2.0.0",
7171
"eslint-plugin-import": "^2.29.0",
7272
"eslint-plugin-n": "^16.3.1",
73-
"eslint-plugin-regexp": "^2.1.1",
73+
"eslint-plugin-regexp": "^2.1.2",
7474
"execa": "^8.0.1",
7575
"feed": "^4.2.2",
76-
"fs-extra": "^11.1.1",
77-
"lint-staged": "^15.1.0",
76+
"fs-extra": "^11.2.0",
77+
"lint-staged": "^15.2.0",
7878
"npm-run-all2": "^6.1.1",
7979
"picocolors": "^1.0.0",
80-
"playwright-chromium": "^1.40.0",
80+
"playwright-chromium": "^1.40.1",
8181
"prettier": "3.1.0",
8282
"rimraf": "^5.0.5",
8383
"rollup": "^4.2.0",
8484
"semver": "^7.5.4",
8585
"simple-git-hooks": "^2.9.0",
8686
"tslib": "^2.6.2",
87-
"tsx": "^4.6.1",
87+
"tsx": "^4.6.2",
8888
"typescript": "^5.2.2",
8989
"unbuild": "^2.0.0",
9090
"vite": "workspace:*",

packages/create-vite/template-lit-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"typescript": "^5.2.2",
16-
"vite": "^5.0.2"
16+
"vite": "^5.0.4"
1717
}
1818
}

packages/create-vite/template-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"lit": "^3.1.0"
1313
},
1414
"devDependencies": {
15-
"vite": "^5.0.2"
15+
"vite": "^5.0.4"
1616
}
1717
}

packages/create-vite/template-preact-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.7.0",
1616
"typescript": "^5.2.2",
17-
"vite": "^5.0.2"
17+
"vite": "^5.0.4"
1818
}
1919
}

packages/create-vite/template-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.7.0",
16-
"vite": "^5.0.2"
16+
"vite": "^5.0.4"
1717
}
1818
}

packages/create-vite/template-qwik-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"typescript": "^5.2.2",
13-
"vite": "^5.0.2"
13+
"vite": "^5.0.4"
1414
},
1515
"dependencies": {
1616
"@builder.io/qwik": "^1.2.19"

packages/create-vite/template-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"typescript": "^5.2.2",
13-
"vite": "^5.0.2"
13+
"vite": "^5.0.4"
1414
},
1515
"dependencies": {
1616
"@builder.io/qwik": "^1.2.19"

packages/create-vite/template-react-ts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.38",
17+
"@types/react": "^18.2.41",
1818
"@types/react-dom": "^18.2.17",
19-
"@typescript-eslint/eslint-plugin": "^6.12.0",
20-
"@typescript-eslint/parser": "^6.12.0",
19+
"@typescript-eslint/eslint-plugin": "^6.13.1",
20+
"@typescript-eslint/parser": "^6.13.1",
2121
"@vitejs/plugin-react": "^4.2.0",
22-
"eslint": "^8.54.0",
22+
"eslint": "^8.55.0",
2323
"eslint-plugin-react-hooks": "^4.6.0",
24-
"eslint-plugin-react-refresh": "^0.4.4",
24+
"eslint-plugin-react-refresh": "^0.4.5",
2525
"typescript": "^5.2.2",
26-
"vite": "^5.0.2"
26+
"vite": "^5.0.4"
2727
}
2828
}

packages/create-vite/template-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.38",
17+
"@types/react": "^18.2.41",
1818
"@types/react-dom": "^18.2.17",
1919
"@vitejs/plugin-react": "^4.2.0",
20-
"eslint": "^8.54.0",
20+
"eslint": "^8.55.0",
2121
"eslint-plugin-react": "^7.33.2",
2222
"eslint-plugin-react-hooks": "^4.6.0",
23-
"eslint-plugin-react-refresh": "^0.4.4",
24-
"vite": "^5.0.2"
23+
"eslint-plugin-react-refresh": "^0.4.5",
24+
"vite": "^5.0.4"
2525
}
2626
}

0 commit comments

Comments
 (0)