Skip to content

Commit 4a24c17

Browse files
chore(deps): update all non-major dependencies (#8905)
1 parent 129c7c6 commit 4a24c17

File tree

6 files changed

+140
-125
lines changed

6 files changed

+140
-125
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.18.7",
40-
"@microsoft/api-extractor": "^7.28.1",
40+
"@microsoft/api-extractor": "^7.28.2",
4141
"@rollup/plugin-typescript": "^8.3.3",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -59,12 +59,12 @@
5959
"@types/semver": "^7.3.10",
6060
"@types/stylus": "^0.48.38",
6161
"@types/ws": "^8.5.3",
62-
"@typescript-eslint/eslint-plugin": "^5.30.0",
63-
"@typescript-eslint/parser": "^5.30.0",
62+
"@typescript-eslint/eslint-plugin": "^5.30.4",
63+
"@typescript-eslint/parser": "^5.30.4",
6464
"conventional-changelog-cli": "^2.2.2",
6565
"cross-env": "^7.0.3",
6666
"esbuild": "^0.14.47",
67-
"eslint": "^8.18.0",
67+
"eslint": "^8.19.0",
6868
"eslint-define-config": "^1.5.1",
6969
"eslint-plugin-import": "^2.26.0",
7070
"eslint-plugin-node": "^11.1.0",
@@ -76,8 +76,8 @@
7676
"node-fetch": "^3.2.6",
7777
"npm-run-all": "^4.1.5",
7878
"picocolors": "^1.0.0",
79-
"playwright-chromium": "^1.23.0",
80-
"pnpm": "^7.4.0",
79+
"playwright-chromium": "^1.23.1",
80+
"pnpm": "^7.5.0",
8181
"prettier": "2.7.1",
8282
"prompts": "^2.4.2",
8383
"rimraf": "^3.0.2",
@@ -86,12 +86,12 @@
8686
"simple-git-hooks": "^2.8.0",
8787
"sirv": "^2.0.2",
8888
"tslib": "^2.4.0",
89-
"tsx": "^3.6.0",
89+
"tsx": "^3.7.1",
9090
"typescript": "^4.6.4",
9191
"unbuild": "^0.7.4",
9292
"vite": "workspace:*",
9393
"vitepress": "^1.0.0-alpha.4",
94-
"vitest": "^0.16.0",
94+
"vitest": "^0.17.0",
9595
"vue": "^3.2.37"
9696
},
9797
"simple-git-hooks": {
@@ -112,7 +112,7 @@
112112
"eslint --cache --fix"
113113
]
114114
},
115-
"packageManager": "pnpm@7.4.0",
115+
"packageManager": "pnpm@7.5.0",
116116
"pnpm": {
117117
"overrides": {
118118
"vite": "workspace:*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "tsc && vite build"
1818
},
1919
"dependencies": {
20-
"lit": "^2.2.6"
20+
"lit": "^2.2.7"
2121
},
2222
"devDependencies": {
2323
"typescript": "^4.6.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "vite build"
1616
},
1717
"dependencies": {
18-
"lit": "^2.2.6"
18+
"lit": "^2.2.7"
1919
},
2020
"devDependencies": {
2121
"vite": "^2.9.13"

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"launch-editor-middleware": "^2.4.0",
100100
"magic-string": "^0.26.2",
101101
"micromatch": "^4.0.5",
102-
"mlly": "^0.5.3",
102+
"mlly": "^0.5.4",
103103
"mrmime": "^1.0.1",
104104
"node-forge": "^1.3.1",
105105
"okie": "^1.0.1",

playground/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "workspace:*",
19-
"ts-node": "^10.8.1"
19+
"ts-node": "^10.8.2"
2020
}
2121
}

0 commit comments

Comments
 (0)