Skip to content

Commit 997ba1a

Browse files
chore(deps): update all non-major dependencies (2.x) (#22092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b1eb60 commit 997ba1a

File tree

4 files changed

+278
-331
lines changed

4 files changed

+278
-331
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"test:unit": "jest packages --forceExit"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.22.8",
37-
"@babel/preset-env": "7.22.7",
36+
"@babel/core": "7.22.9",
37+
"@babel/preset-env": "7.22.9",
3838
"@ls-lint/ls-lint": "2.0.1",
3939
"@nuxtjs/eslint-config": "12.0.0",
4040
"@nuxtjs/eslint-config-typescript": "12.0.0",
@@ -54,7 +54,7 @@
5454
"consola": "3.2.3",
5555
"create-require": "1.1.1",
5656
"cross-spawn": "7.0.3",
57-
"esbuild": "0.18.11",
57+
"esbuild": "0.18.12",
5858
"eslint": "8.44.0",
5959
"eslint-multiplexer": "2.0.0",
6060
"eslint-plugin-jest": "27.2.2",
@@ -73,10 +73,10 @@
7373
"jsdom": "22.1.0",
7474
"jsonfile": "6.1.0",
7575
"klaw-sync": "6.0.0",
76-
"lerna": "7.1.1",
76+
"lerna": "7.1.3",
7777
"lodash": "4.17.21",
7878
"node-fetch-native": "1.2.0",
79-
"puppeteer-core": "20.8.0",
79+
"puppeteer-core": "20.8.2",
8080
"request": "2.88.2",
8181
"rimraf": "4.4.1",
8282
"rollup": "3.26.2",

packages/babel-preset-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
],
1111
"main": "src/index.js",
1212
"dependencies": {
13-
"@babel/compat-data": "^7.22.6",
14-
"@babel/core": "^7.22.8",
15-
"@babel/helper-compilation-targets": "^7.22.6",
13+
"@babel/compat-data": "^7.22.9",
14+
"@babel/core": "^7.22.9",
15+
"@babel/helper-compilation-targets": "^7.22.9",
1616
"@babel/helper-module-imports": "^7.22.5",
1717
"@babel/plugin-proposal-class-properties": "^7.18.6",
1818
"@babel/plugin-proposal-decorators": "^7.22.7",
1919
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
2020
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
2121
"@babel/plugin-proposal-private-methods": "^7.18.6",
2222
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
23-
"@babel/plugin-transform-runtime": "^7.22.7",
24-
"@babel/preset-env": "^7.22.7",
23+
"@babel/plugin-transform-runtime": "^7.22.9",
24+
"@babel/preset-env": "^7.22.9",
2525
"@babel/runtime": "^7.22.6",
2626
"@vue/babel-preset-jsx": "^1.4.0",
2727
"core-js": "^3.31.1",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist"
99
],
1010
"dependencies": {
11-
"@babel/core": "^7.22.8",
11+
"@babel/core": "^7.22.9",
1212
"@nuxt/babel-preset-app": "2.17.0",
1313
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
1414
"@nuxt/utils": "2.17.0",

0 commit comments

Comments
 (0)