Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (2.x) (#22092)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2023
1 parent 8b1eb60 commit 997ba1a
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 331 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -33,8 +33,8 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/preset-env": "7.22.7",
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@ls-lint/ls-lint": "2.0.1",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
Expand All @@ -54,7 +54,7 @@
"consola": "3.2.3",
"create-require": "1.1.1",
"cross-spawn": "7.0.3",
"esbuild": "0.18.11",
"esbuild": "0.18.12",
"eslint": "8.44.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "27.2.2",
Expand All @@ -73,10 +73,10 @@
"jsdom": "22.1.0",
"jsonfile": "6.1.0",
"klaw-sync": "6.0.0",
"lerna": "7.1.1",
"lerna": "7.1.3",
"lodash": "4.17.21",
"node-fetch-native": "1.2.0",
"puppeteer-core": "20.8.0",
"puppeteer-core": "20.8.2",
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "3.26.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-app/package.json
Expand Up @@ -10,18 +10,18 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/helper-compilation-targets": "^7.22.6",
"@babel/compat-data": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/helper-compilation-targets": "^7.22.9",
"@babel/helper-module-imports": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.31.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.22.8",
"@babel/core": "^7.22.9",
"@nuxt/babel-preset-app": "2.17.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/utils": "2.17.0",
Expand Down

0 comments on commit 997ba1a

Please sign in to comment.