Skip to content

Commit 4442cfa

Browse files
chore(deps): update all non-major dependencies (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6fe1a7 commit 4442cfa

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"jsx"
1919
],
2020
"devDependencies": {
21-
"@babel/plugin-syntax-typescript": "^7.22.5",
21+
"@babel/plugin-syntax-typescript": "^7.23.3",
2222
"@rollup/plugin-babel": "^6.0.4",
2323
"@types/babel__core": "^7.20.5",
24-
"@types/babel__helper-module-imports": "^7.18.0",
25-
"@types/babel__helper-plugin-utils": "^7.10.1",
24+
"@types/babel__helper-module-imports": "^7.18.3",
25+
"@types/babel__helper-plugin-utils": "^7.10.3",
2626
"@types/node": "^20.11.5",
2727
"@typescript-eslint/eslint-plugin": "^6.19.0",
2828
"@vitest/coverage-v8": "^1.2.1",

packages/babel-plugin-resolve-type/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"@babel/core": "^7.0.0-0"
3535
},
3636
"dependencies": {
37-
"@babel/code-frame": "^7.22.10",
38-
"@babel/helper-module-imports": "^7.22.5",
37+
"@babel/code-frame": "^7.23.5",
38+
"@babel/helper-module-imports": "^7.22.15",
3939
"@babel/helper-plugin-utils": "^7.22.5",
40-
"@babel/parser": "^7.22.11",
40+
"@babel/parser": "^7.23.6",
4141
"@vue/compiler-sfc": "^3.4.15"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.22.11",
45-
"@types/babel__code-frame": "^7.0.3",
46-
"vue": "^3.3.4"
44+
"@babel/core": "^7.23.7",
45+
"@types/babel__code-frame": "^7.0.6",
46+
"vue": "^3.4.15"
4747
}
4848
}

pnpm-lock.yaml

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)