From 4cbf0556651d9d0f23492f73bcb4c5ec011c1c02 Mon Sep 17 00:00:00 2001 From: Roots Ladybud <> Date: Tue, 10 Jan 2023 07:54:38 +0000 Subject: [PATCH] chore: Bump @roots/bud to v6.6.10 --- .yarnrc.yml | 6 +++--- sources/@roots/browserslist-config/package.json | 4 ++-- sources/@roots/bud-api/package.json | 4 ++-- sources/@roots/bud-babel/package.json | 4 ++-- sources/@roots/bud-build/package.json | 4 ++-- sources/@roots/bud-cache/package.json | 4 ++-- sources/@roots/bud-client/package.json | 4 ++-- sources/@roots/bud-compiler/package.json | 4 ++-- sources/@roots/bud-compress/package.json | 4 ++-- sources/@roots/bud-criticalcss/package.json | 4 ++-- sources/@roots/bud-dashboard/package.json | 4 ++-- sources/@roots/bud-emotion/package.json | 4 ++-- sources/@roots/bud-entrypoints/package.json | 4 ++-- sources/@roots/bud-esbuild/package.json | 4 ++-- sources/@roots/bud-eslint/package.json | 4 ++-- sources/@roots/bud-extensions/package.json | 4 ++-- sources/@roots/bud-framework/package.json | 4 ++-- sources/@roots/bud-hooks/package.json | 4 ++-- sources/@roots/bud-imagemin/package.json | 4 ++-- sources/@roots/bud-mdx/package.json | 4 ++-- sources/@roots/bud-postcss/package.json | 4 ++-- sources/@roots/bud-preset-recommend/package.json | 4 ++-- sources/@roots/bud-preset-wordpress/package.json | 4 ++-- sources/@roots/bud-prettier/package.json | 4 ++-- sources/@roots/bud-purgecss/package.json | 4 ++-- sources/@roots/bud-react/package.json | 4 ++-- sources/@roots/bud-sass/package.json | 4 ++-- sources/@roots/bud-server/package.json | 4 ++-- sources/@roots/bud-solid/package.json | 4 ++-- sources/@roots/bud-stylelint/package.json | 4 ++-- sources/@roots/bud-support/package.json | 4 ++-- sources/@roots/bud-swc/package.json | 4 ++-- sources/@roots/bud-tailwindcss-theme-json/package.json | 4 ++-- sources/@roots/bud-tailwindcss/package.json | 4 ++-- sources/@roots/bud-terser/package.json | 4 ++-- sources/@roots/bud-typescript/package.json | 4 ++-- sources/@roots/bud-vue/package.json | 4 ++-- sources/@roots/bud-wordpress-dependencies/package.json | 4 ++-- sources/@roots/bud-wordpress-externals/package.json | 4 ++-- sources/@roots/bud-wordpress-manifests/package.json | 4 ++-- sources/@roots/bud-wordpress-theme-json/package.json | 4 ++-- sources/@roots/bud/package.json | 4 ++-- sources/@roots/container/package.json | 4 ++-- sources/@roots/critical-css-webpack-plugin/package.json | 4 ++-- sources/@roots/dependencies/package.json | 4 ++-- sources/@roots/entrypoints-webpack-plugin/package.json | 4 ++-- sources/@roots/eslint-config/package.json | 4 ++-- sources/@roots/filesystem/package.json | 4 ++-- sources/@roots/merged-manifest-webpack-plugin/package.json | 4 ++-- sources/@roots/sage/package.json | 4 ++-- .../wordpress-dependencies-webpack-plugin/package.json | 4 ++-- .../@roots/wordpress-externals-webpack-plugin/package.json | 4 ++-- sources/@roots/wordpress-hmr/package.json | 4 ++-- .../@roots/wordpress-theme-json-webpack-plugin/package.json | 4 ++-- storage/yarn.lock | 5 ----- 55 files changed, 109 insertions(+), 114 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 61e0e18631..d135c32321 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -12,13 +12,13 @@ installStatePath: storage/yarn/install-state.gz nodeLinker: node-modules -npmAuthToken: "${NPM_AUTH_TOKEN:-fallback}" +npmAuthToken: fallback npmPublishAccess: public -npmPublishRegistry: "https://registry.npmjs.org" +npmPublishRegistry: "https://registry.npmjs.org/" -npmRegistryServer: "https://registry.npmjs.org" +npmRegistryServer: "https://registry.npmjs.org/" plugins: - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs diff --git a/sources/@roots/browserslist-config/package.json b/sources/@roots/browserslist-config/package.json index e21ebff75e..1a2c7196b6 100644 --- a/sources/@roots/browserslist-config/package.json +++ b/sources/@roots/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@roots/browserslist-config", - "version": "0.0.0", + "version": "6.6.10", "description": "Browserslist configuration", "repository": { "type": "git", @@ -65,4 +65,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-api/package.json b/sources/@roots/bud-api/package.json index 8e52ecb631..679ea70ddc 100644 --- a/sources/@roots/bud-api/package.json +++ b/sources/@roots/bud-api/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-api", - "version": "0.0.0", + "version": "6.6.10", "description": "bud.js core module", "homepage": "https://roots.io/bud", "repository": { @@ -78,4 +78,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-babel/package.json b/sources/@roots/bud-babel/package.json index ed689ebf26..e4965e09b4 100644 --- a/sources/@roots/bud-babel/package.json +++ b/sources/@roots/bud-babel/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-babel", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds babel support to @roots/bud", "repository": { "type": "git", @@ -125,4 +125,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-build/package.json b/sources/@roots/bud-build/package.json index 8723cbad8d..7cdb394199 100644 --- a/sources/@roots/bud-build/package.json +++ b/sources/@roots/bud-build/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-build", "description": "bud.js core module", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -90,4 +90,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-cache/package.json b/sources/@roots/bud-cache/package.json index d29ea3349a..5394fc0b36 100644 --- a/sources/@roots/bud-cache/package.json +++ b/sources/@roots/bud-cache/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-cache", "description": "Config caching", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -71,4 +71,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-client/package.json b/sources/@roots/bud-client/package.json index 7ccc16d794..15f770d348 100644 --- a/sources/@roots/bud-client/package.json +++ b/sources/@roots/bud-client/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-client", "description": "Client scripts for @roots/bud", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -76,4 +76,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-compiler/package.json b/sources/@roots/bud-compiler/package.json index 0e71ee2637..38ba3cc795 100644 --- a/sources/@roots/bud-compiler/package.json +++ b/sources/@roots/bud-compiler/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-compiler", "description": "Compilation handler", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -69,4 +69,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-compress/package.json b/sources/@roots/bud-compress/package.json index 5f0a046f90..caead2121e 100644 --- a/sources/@roots/bud-compress/package.json +++ b/sources/@roots/bud-compress/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-compress", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds gzip and brotli compression to Bud", "repository": { "type": "git", @@ -98,4 +98,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-criticalcss/package.json b/sources/@roots/bud-criticalcss/package.json index 3d45f6f7dc..b3dc28147d 100644 --- a/sources/@roots/bud-criticalcss/package.json +++ b/sources/@roots/bud-criticalcss/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-criticalcss", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds critical.css support to Bud", "repository": { "type": "git", @@ -102,4 +102,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-dashboard/package.json b/sources/@roots/bud-dashboard/package.json index 1a35c8c1ca..9de005355a 100644 --- a/sources/@roots/bud-dashboard/package.json +++ b/sources/@roots/bud-dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-dashboard", "description": "bud.js core module", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -83,4 +83,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-emotion/package.json b/sources/@roots/bud-emotion/package.json index 7afde5e3bd..80ff51e790 100644 --- a/sources/@roots/bud-emotion/package.json +++ b/sources/@roots/bud-emotion/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-emotion", - "version": "0.0.0", + "version": "6.6.10", "description": "CSS-in-JS for bud.js", "homepage": "https://roots.io/bud", "repository": { @@ -130,4 +130,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-entrypoints/package.json b/sources/@roots/bud-entrypoints/package.json index bcca34f79b..2e47fdc423 100644 --- a/sources/@roots/bud-entrypoints/package.json +++ b/sources/@roots/bud-entrypoints/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-entrypoints", - "version": "0.0.0", + "version": "6.6.10", "description": "Webpack tools", "repository": { "type": "git", @@ -92,4 +92,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-esbuild/package.json b/sources/@roots/bud-esbuild/package.json index e1b279c31e..b7592cc382 100644 --- a/sources/@roots/bud-esbuild/package.json +++ b/sources/@roots/bud-esbuild/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-esbuild", - "version": "0.0.0", + "version": "6.6.10", "description": "esbuild support for bud.js", "homepage": "https://roots.io/bud", "repository": { @@ -96,4 +96,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-eslint/package.json b/sources/@roots/bud-eslint/package.json index d762b5dff4..62bd2dd0e7 100644 --- a/sources/@roots/bud-eslint/package.json +++ b/sources/@roots/bud-eslint/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-eslint", - "version": "0.0.0", + "version": "6.6.10", "description": "eslint support for bud.js", "repository": { "type": "git", @@ -88,4 +88,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-extensions/package.json b/sources/@roots/bud-extensions/package.json index 2615ee06fb..c59570eec3 100644 --- a/sources/@roots/bud-extensions/package.json +++ b/sources/@roots/bud-extensions/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-extensions", "description": "bud.js core module", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -88,4 +88,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-framework/package.json b/sources/@roots/bud-framework/package.json index 0552a25c84..5a19ab9286 100644 --- a/sources/@roots/bud-framework/package.json +++ b/sources/@roots/bud-framework/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-framework", - "version": "0.0.0", + "version": "6.6.10", "description": "A friendly build tool to help manage your project assets.", "homepage": "https://roots.io/bud", "repository": { @@ -241,4 +241,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-hooks/package.json b/sources/@roots/bud-hooks/package.json index e1bbae79a7..1864088ed3 100644 --- a/sources/@roots/bud-hooks/package.json +++ b/sources/@roots/bud-hooks/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-hooks", "description": "Hooks controller for Bud", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -72,4 +72,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-imagemin/package.json b/sources/@roots/bud-imagemin/package.json index a94eb772f7..7174ec367f 100644 --- a/sources/@roots/bud-imagemin/package.json +++ b/sources/@roots/bud-imagemin/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-imagemin", - "version": "0.0.0", + "version": "6.6.10", "description": "Image minimizer for bud.js", "repository": { "type": "git", @@ -79,4 +79,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-mdx/package.json b/sources/@roots/bud-mdx/package.json index 3a85126adb..e21984a51c 100644 --- a/sources/@roots/bud-mdx/package.json +++ b/sources/@roots/bud-mdx/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-mdx", - "version": "0.0.0", + "version": "6.6.10", "description": "mdx extension for @roots/bud projects", "homepage": "https://roots.io/bud", "repository": { @@ -113,4 +113,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-postcss/package.json b/sources/@roots/bud-postcss/package.json index d5298fa97c..13cc30b95d 100644 --- a/sources/@roots/bud-postcss/package.json +++ b/sources/@roots/bud-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-postcss", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds postcss support to @roots/bud projects", "homepage": "https://roots.io/bud", "repository": { @@ -113,4 +113,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-preset-recommend/package.json b/sources/@roots/bud-preset-recommend/package.json index 484d1a0d78..d7a707f126 100644 --- a/sources/@roots/bud-preset-recommend/package.json +++ b/sources/@roots/bud-preset-recommend/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-preset-recommend", - "version": "0.0.0", + "version": "6.6.10", "description": "Recommended preset for Bud projects", "repository": { "type": "git", @@ -101,4 +101,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-preset-wordpress/package.json b/sources/@roots/bud-preset-wordpress/package.json index 561ededc45..2f8eabe6e1 100644 --- a/sources/@roots/bud-preset-wordpress/package.json +++ b/sources/@roots/bud-preset-wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-preset-wordpress", - "version": "0.0.0", + "version": "6.6.10", "description": "WordPress-ready preset for Bud projects", "repository": { "type": "git", @@ -120,4 +120,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-prettier/package.json b/sources/@roots/bud-prettier/package.json index 83a0857ac8..408773923c 100644 --- a/sources/@roots/bud-prettier/package.json +++ b/sources/@roots/bud-prettier/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-prettier", - "version": "0.0.0", + "version": "6.6.10", "description": "Code formatting support for bud.js", "homepage": "https://roots.io/bud", "repository": { @@ -91,4 +91,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-purgecss/package.json b/sources/@roots/bud-purgecss/package.json index 534b955b3d..a6352455b1 100644 --- a/sources/@roots/bud-purgecss/package.json +++ b/sources/@roots/bud-purgecss/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-purgecss", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds purgecss support to Bud", "homepage": "https://roots.io/bud", "repository": { @@ -102,4 +102,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-react/package.json b/sources/@roots/bud-react/package.json index 4f533689f5..ad44e6f284 100644 --- a/sources/@roots/bud-react/package.json +++ b/sources/@roots/bud-react/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-react", - "version": "0.0.0", + "version": "6.6.10", "description": "React support for @roots/bud projects.", "homepage": "https://roots.io/bud", "repository": { @@ -165,4 +165,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-sass/package.json b/sources/@roots/bud-sass/package.json index c883a752fa..88e950bb93 100644 --- a/sources/@roots/bud-sass/package.json +++ b/sources/@roots/bud-sass/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-sass", - "version": "0.0.0", + "version": "6.6.10", "description": "Sass support for @roots/bud projects.", "homepage": "https://roots.io/bud", "repository": { @@ -122,4 +122,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-server/package.json b/sources/@roots/bud-server/package.json index 72d785d013..fd619a6970 100644 --- a/sources/@roots/bud-server/package.json +++ b/sources/@roots/bud-server/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-server", "description": "Development server for @roots/bud", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -110,4 +110,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-solid/package.json b/sources/@roots/bud-solid/package.json index 98995d8193..542617bb7c 100644 --- a/sources/@roots/bud-solid/package.json +++ b/sources/@roots/bud-solid/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-solid", - "version": "0.0.0", + "version": "6.6.10", "description": "solid-js support for @roots/bud projects.", "homepage": "https://roots.io/bud", "repository": { @@ -103,4 +103,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-stylelint/package.json b/sources/@roots/bud-stylelint/package.json index a78903564a..634c428301 100644 --- a/sources/@roots/bud-stylelint/package.json +++ b/sources/@roots/bud-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-stylelint", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds stylelint support to Bud", "repository": { "type": "git", @@ -104,4 +104,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-support/package.json b/sources/@roots/bud-support/package.json index 10d9926d2f..d7ef4491ab 100644 --- a/sources/@roots/bud-support/package.json +++ b/sources/@roots/bud-support/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-support", - "version": "0.0.0", + "version": "6.6.10", "description": "Internal packages for @roots/bud", "homepage": "https://roots.io/bud", "repository": { @@ -371,4 +371,4 @@ "optional": true } } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-swc/package.json b/sources/@roots/bud-swc/package.json index 10bf0e3759..74e1fb1a50 100644 --- a/sources/@roots/bud-swc/package.json +++ b/sources/@roots/bud-swc/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-swc", - "version": "0.0.0", + "version": "6.6.10", "description": "SWC transpilation extension for Bud projects", "homepage": "https://roots.io/bud", "repository": { @@ -100,4 +100,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-tailwindcss-theme-json/package.json b/sources/@roots/bud-tailwindcss-theme-json/package.json index 5fde34bfab..adfa9440c7 100644 --- a/sources/@roots/bud-tailwindcss-theme-json/package.json +++ b/sources/@roots/bud-tailwindcss-theme-json/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-tailwindcss-theme-json", "description": "Webpack plugin to help with wp_enqueue_script", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -72,4 +72,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-tailwindcss/package.json b/sources/@roots/bud-tailwindcss/package.json index 2e1a43f33c..8522e2817b 100644 --- a/sources/@roots/bud-tailwindcss/package.json +++ b/sources/@roots/bud-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-tailwindcss", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds tailwindcss support to Bud", "repository": { "type": "git", @@ -143,4 +143,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-terser/package.json b/sources/@roots/bud-terser/package.json index e1916999d4..c6efd61b35 100644 --- a/sources/@roots/bud-terser/package.json +++ b/sources/@roots/bud-terser/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-terser", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds terser support to Bud", "repository": { "type": "git", @@ -83,4 +83,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-typescript/package.json b/sources/@roots/bud-typescript/package.json index 2e6f56f196..2457811a97 100644 --- a/sources/@roots/bud-typescript/package.json +++ b/sources/@roots/bud-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-typescript", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds Typescript support to Bud.", "repository": { "type": "git", @@ -119,4 +119,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-vue/package.json b/sources/@roots/bud-vue/package.json index d6b70c6245..d67bdf8696 100644 --- a/sources/@roots/bud-vue/package.json +++ b/sources/@roots/bud-vue/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-vue", - "version": "0.0.0", + "version": "6.6.10", "description": "Adds @vue/vue support to @roots/bud projects", "repository": { "type": "git", @@ -111,4 +111,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-wordpress-dependencies/package.json b/sources/@roots/bud-wordpress-dependencies/package.json index 6c639cc36d..04d6d8ca50 100644 --- a/sources/@roots/bud-wordpress-dependencies/package.json +++ b/sources/@roots/bud-wordpress-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-wordpress-dependencies", - "version": "0.0.0", + "version": "6.6.10", "description": "Webpack tools", "repository": { "type": "git", @@ -87,4 +87,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-wordpress-externals/package.json b/sources/@roots/bud-wordpress-externals/package.json index 28c288811a..3d7eef79a8 100644 --- a/sources/@roots/bud-wordpress-externals/package.json +++ b/sources/@roots/bud-wordpress-externals/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-wordpress-externals", - "version": "0.0.0", + "version": "6.6.10", "description": "Webpack tools", "repository": { "type": "git", @@ -83,4 +83,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-wordpress-manifests/package.json b/sources/@roots/bud-wordpress-manifests/package.json index fc6ff254b4..5013169921 100644 --- a/sources/@roots/bud-wordpress-manifests/package.json +++ b/sources/@roots/bud-wordpress-manifests/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud-wordpress-manifests", - "version": "0.0.0", + "version": "6.6.10", "description": "Webpack tools", "repository": { "type": "git", @@ -96,4 +96,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud-wordpress-theme-json/package.json b/sources/@roots/bud-wordpress-theme-json/package.json index 2c865b041a..bcbfafb067 100644 --- a/sources/@roots/bud-wordpress-theme-json/package.json +++ b/sources/@roots/bud-wordpress-theme-json/package.json @@ -1,7 +1,7 @@ { "name": "@roots/bud-wordpress-theme-json", "description": "Webpack plugin to help with wp_enqueue_script", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -72,4 +72,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/bud/package.json b/sources/@roots/bud/package.json index c48e70eca1..cf829ba6cb 100644 --- a/sources/@roots/bud/package.json +++ b/sources/@roots/bud/package.json @@ -1,6 +1,6 @@ { "name": "@roots/bud", - "version": "0.0.0", + "version": "6.6.10", "description": "Frontend build tools combining the best parts of Symfony Encore and Laravel Mix", "homepage": "https://roots.io/bud", "contributors": [ @@ -271,4 +271,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/container/package.json b/sources/@roots/container/package.json index fc84cad996..84157f0220 100644 --- a/sources/@roots/container/package.json +++ b/sources/@roots/container/package.json @@ -1,6 +1,6 @@ { "name": "@roots/container", - "version": "0.0.0", + "version": "6.6.10", "description": "Collections utility", "homepage": "https://roots.io/bud", "repository": { @@ -80,4 +80,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/critical-css-webpack-plugin/package.json b/sources/@roots/critical-css-webpack-plugin/package.json index 970fe38d1d..8f385d41b4 100644 --- a/sources/@roots/critical-css-webpack-plugin/package.json +++ b/sources/@roots/critical-css-webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@roots/critical-css-webpack-plugin", "description": "Webpack plugin for generating critical-path CSS", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -77,4 +77,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/dependencies/package.json b/sources/@roots/dependencies/package.json index 2722f03044..16706fa9d5 100644 --- a/sources/@roots/dependencies/package.json +++ b/sources/@roots/dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@roots/dependencies", - "version": "0.0.0", + "version": "6.6.10", "description": "Automated package installation", "homepage": "https://roots.io/bud", "repository": { @@ -67,4 +67,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/entrypoints-webpack-plugin/package.json b/sources/@roots/entrypoints-webpack-plugin/package.json index d901fd632f..b7e66d9199 100644 --- a/sources/@roots/entrypoints-webpack-plugin/package.json +++ b/sources/@roots/entrypoints-webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@roots/entrypoints-webpack-plugin", "description": "Manifest with assets grouped by entrypoint", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -73,4 +73,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/eslint-config/package.json b/sources/@roots/eslint-config/package.json index 17db372326..4fb72a28a6 100644 --- a/sources/@roots/eslint-config/package.json +++ b/sources/@roots/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@roots/eslint-config", - "version": "0.0.0", + "version": "6.6.10", "description": "eslint presets for roots projects", "repository": { "type": "git", @@ -148,4 +148,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/filesystem/package.json b/sources/@roots/filesystem/package.json index 5691430a51..bec6a158aa 100644 --- a/sources/@roots/filesystem/package.json +++ b/sources/@roots/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@roots/filesystem", - "version": "0.0.0", + "version": "6.6.10", "description": "A simple, high-level virtual filesystem", "homepage": "https://roots.io/bud", "repository": { @@ -104,4 +104,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/merged-manifest-webpack-plugin/package.json b/sources/@roots/merged-manifest-webpack-plugin/package.json index ab45aa1565..38abc86354 100644 --- a/sources/@roots/merged-manifest-webpack-plugin/package.json +++ b/sources/@roots/merged-manifest-webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@roots/merged-manifest-webpack-plugin", "description": "Webpack plugin to merge roots manifests.", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -62,4 +62,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/sage/package.json b/sources/@roots/sage/package.json index ea81ff6c2d..9e19d4866b 100644 --- a/sources/@roots/sage/package.json +++ b/sources/@roots/sage/package.json @@ -1,6 +1,6 @@ { "name": "@roots/sage", - "version": "0.0.0", + "version": "6.6.10", "description": "@roots/sage preset for @roots/bud", "repository": { "type": "git", @@ -148,4 +148,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/wordpress-dependencies-webpack-plugin/package.json b/sources/@roots/wordpress-dependencies-webpack-plugin/package.json index 82dd0a19c6..7b4e374277 100644 --- a/sources/@roots/wordpress-dependencies-webpack-plugin/package.json +++ b/sources/@roots/wordpress-dependencies-webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@roots/wordpress-dependencies-webpack-plugin", "description": "Webpack plugin to help with wp_enqueue_script", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -62,4 +62,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/wordpress-externals-webpack-plugin/package.json b/sources/@roots/wordpress-externals-webpack-plugin/package.json index ff0f03f8a1..a362d0d010 100644 --- a/sources/@roots/wordpress-externals-webpack-plugin/package.json +++ b/sources/@roots/wordpress-externals-webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@roots/wordpress-externals-webpack-plugin", "description": "Webpack plugin to register WordPress dependencies as externals", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -68,4 +68,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/wordpress-hmr/package.json b/sources/@roots/wordpress-hmr/package.json index 10b1d8ec05..25a0406178 100644 --- a/sources/@roots/wordpress-hmr/package.json +++ b/sources/@roots/wordpress-hmr/package.json @@ -1,7 +1,7 @@ { "name": "@roots/wordpress-hmr", "description": "WordPress HMR scripts", - "version": "0.0.0", + "version": "6.6.10", "homepage": "https://roots.io/bud", "repository": { "type": "git", @@ -105,4 +105,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/sources/@roots/wordpress-theme-json-webpack-plugin/package.json b/sources/@roots/wordpress-theme-json-webpack-plugin/package.json index 872ba5f72b..9c8efa5d95 100644 --- a/sources/@roots/wordpress-theme-json-webpack-plugin/package.json +++ b/sources/@roots/wordpress-theme-json-webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@roots/wordpress-theme-json-webpack-plugin", "description": "Webpack plugin to help with wp_enqueue_script", - "version": "0.0.0", + "version": "6.6.10", "repository": { "type": "git", "url": "https://github.com/roots/bud.git", @@ -71,4 +71,4 @@ "volta": { "extends": "../../../package.json" } -} +} \ No newline at end of file diff --git a/storage/yarn.lock b/storage/yarn.lock index 4289412bae..0a15f20bde 100644 --- a/storage/yarn.lock +++ b/storage/yarn.lock @@ -961,11 +961,6 @@ "resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" "version" "1.0.0" -"fsevents@~2.3.2": - "integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" - "resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" - "version" "2.3.2" - "ftp@^0.3.10": "integrity" "sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==" "resolved" "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz"