@nx/webpack 16.3.0-beta.7 → 16.3.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/migrations.json CHANGED
@@ -30,5 +30,16 @@
30
30
  "description": "Replace @nrwl/webpack with @nx/webpack",
31
31
  "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
32
32
  }
33
+ },
34
+ "packageJsonUpdates": {
35
+ "16.3.0": {
36
+ "version": "16.3.0-beta.8",
37
+ "packages": {
38
+ "@svgr/webpack": {
39
+ "version": "^8.0.1",
40
+ "alwaysAddToPackageJson": false
41
+ }
42
+ }
43
+ }
33
44
  }
34
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/webpack",
3
- "version": "16.3.0-beta.7",
3
+ "version": "16.3.0-beta.9",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
6
6
  "repository": {
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@babel/core": "^7.15.0",
33
- "@nrwl/webpack": "16.3.0-beta.7",
34
- "@nx/devkit": "16.3.0-beta.7",
35
- "@nx/js": "16.3.0-beta.7",
33
+ "@nrwl/webpack": "16.3.0-beta.9",
34
+ "@nx/devkit": "16.3.0-beta.9",
35
+ "@nx/js": "16.3.0-beta.9",
36
36
  "autoprefixer": "^10.4.9",
37
37
  "babel-loader": "^9.1.2",
38
38
  "chalk": "^4.1.0",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "types": "./index.d.ts",
78
- "gitHead": "3e86ffcd78b203ed74400764565347c0576d60c8"
78
+ "gitHead": "6f61d9bc9d813cf68671239a39bcda0eaa18712d"
79
79
  }
@@ -2,6 +2,6 @@ export declare const nxVersion: any;
2
2
  export declare const swcLoaderVersion = "0.1.15";
3
3
  export declare const tsLibVersion = "^2.3.0";
4
4
  export declare const reactRefreshWebpackPluginVersion = "^0.5.7";
5
- export declare const svgrWebpackVersion = "^6.1.2";
5
+ export declare const svgrWebpackVersion = "^8.0.1";
6
6
  export declare const reactRefreshVersion = "^0.10.0";
7
7
  export declare const urlLoaderVersion = "^4.1.1";
@@ -6,7 +6,7 @@ exports.swcLoaderVersion = '0.1.15';
6
6
  exports.tsLibVersion = '^2.3.0';
7
7
  // React apps
8
8
  exports.reactRefreshWebpackPluginVersion = '^0.5.7';
9
- exports.svgrWebpackVersion = '^6.1.2';
9
+ exports.svgrWebpackVersion = '^8.0.1';
10
10
  exports.reactRefreshVersion = '^0.10.0';
11
11
  exports.urlLoaderVersion = '^4.1.1';
12
12
  //# sourceMappingURL=versions.js.map