Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.x' into allow_for_function_in_…
Browse files Browse the repository at this point in the history
…postcssOptions
  • Loading branch information
danielroe committed Jun 9, 2023
2 parents cb7a693 + f842c75 commit 754a026
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 676 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,8 +33,8 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"@ls-lint/ls-lint": "2.0.0",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset-app/package.json
Expand Up @@ -11,18 +11,18 @@
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.22.5",
"@babel/core": "^7.22.1",
"@babel/helper-compilation-targets": "^7.22.1",
"@babel/helper-module-imports": "^7.21.4",
"@babel/core": "^7.22.5",
"@babel/helper-compilation-targets": "^7.22.5",
"@babel/helper-module-imports": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@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.20.0",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/runtime": "^7.22.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.30.2",
"core-js-compat": "^3.30.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Expand Up @@ -8,13 +8,13 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/core": "^7.22.5",
"@nuxt/babel-preset-app": "2.16.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/utils": "2.16.3",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001495",
"caniuse-lite": "^1.0.30001497",
"consola": "^3.1.0",
"css-loader": "^5.2.7",
"cssnano": "^6.0.1",
Expand Down

0 comments on commit 754a026

Please sign in to comment.