@nx/rsbuild 23.0.0-beta.1 → 23.0.0-beta.2
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/package.json +4 -4
- package/src/utils/versions.d.ts +0 -11
- package/src/utils/versions.d.ts.map +1 -1
- package/src/utils/versions.js +1 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/rsbuild",
|
|
3
3
|
"description": "The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.",
|
|
4
|
-
"version": "23.0.0-beta.
|
|
4
|
+
"version": "23.0.0-beta.2",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"executors": "./executors.json",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.3.0",
|
|
33
|
-
"@nx/devkit": "23.0.0-beta.
|
|
34
|
-
"@nx/js": "23.0.0-beta.
|
|
33
|
+
"@nx/devkit": "23.0.0-beta.2",
|
|
34
|
+
"@nx/js": "23.0.0-beta.2",
|
|
35
35
|
"@rsbuild/core": "1.1.8",
|
|
36
36
|
"minimatch": "10.2.4",
|
|
37
37
|
"@phenomnomnominal/tsquery": "~6.1.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"nx": "23.0.0-beta.
|
|
40
|
+
"nx": "23.0.0-beta.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {},
|
|
43
43
|
"nx-migrations": {
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -3,15 +3,4 @@ export declare const rsbuildVersion = "1.1.10";
|
|
|
3
3
|
export declare const rsbuildPluginReactVersion = "1.1.0";
|
|
4
4
|
export declare const rsbuildPluginVueVersion = "1.0.5";
|
|
5
5
|
export declare const rsbuildPluginSassVersion = "1.1.2";
|
|
6
|
-
export declare const rsbuildPluginLessVersion = "1.1.0";
|
|
7
|
-
export declare const rsbuildPluginStyledComponentsVersion = "1.1.0";
|
|
8
|
-
/**
|
|
9
|
-
* These versions need to line up with the version of the swc_core crate Rspack uses for the version of Rsbuild above
|
|
10
|
-
* Checking the `cargo.toml` at https://github.com/web-infra-dev/rspack/blob/main/Cargo.toml for the correct Rspack version
|
|
11
|
-
* is the best way to ensure that these versions are correct.
|
|
12
|
-
*
|
|
13
|
-
* The release notes for the packages below are very helpful in understanding what version of swc_core crate they require.
|
|
14
|
-
*/
|
|
15
|
-
export declare const rsbuildSwcPluginEmotionVersion = "^7.0.3";
|
|
16
|
-
export declare const rsbuildSwcPluginStyledJsxVersion = "^5.0.2";
|
|
17
6
|
//# sourceMappingURL=versions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/rsbuild/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAC/D,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,yBAAyB,UAAU,CAAC;AACjD,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,wBAAwB,UAAU,CAAC
|
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/rsbuild/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAC/D,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,yBAAyB,UAAU,CAAC;AACjD,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,wBAAwB,UAAU,CAAC"}
|
package/src/utils/versions.js
CHANGED
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.rsbuildPluginSassVersion = exports.rsbuildPluginVueVersion = exports.rsbuildPluginReactVersion = exports.rsbuildVersion = exports.nxVersion = void 0;
|
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
|
5
5
|
exports.rsbuildVersion = '1.1.10';
|
|
6
6
|
exports.rsbuildPluginReactVersion = '1.1.0';
|
|
7
7
|
exports.rsbuildPluginVueVersion = '1.0.5';
|
|
8
8
|
exports.rsbuildPluginSassVersion = '1.1.2';
|
|
9
|
-
exports.rsbuildPluginLessVersion = '1.1.0';
|
|
10
|
-
exports.rsbuildPluginStyledComponentsVersion = '1.1.0';
|
|
11
|
-
/**
|
|
12
|
-
* These versions need to line up with the version of the swc_core crate Rspack uses for the version of Rsbuild above
|
|
13
|
-
* Checking the `cargo.toml` at https://github.com/web-infra-dev/rspack/blob/main/Cargo.toml for the correct Rspack version
|
|
14
|
-
* is the best way to ensure that these versions are correct.
|
|
15
|
-
*
|
|
16
|
-
* The release notes for the packages below are very helpful in understanding what version of swc_core crate they require.
|
|
17
|
-
*/
|
|
18
|
-
exports.rsbuildSwcPluginEmotionVersion = '^7.0.3';
|
|
19
|
-
exports.rsbuildSwcPluginStyledJsxVersion = '^5.0.2';
|