@workleap/rslib-configs 1.0.4 → 1.0.5
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/CHANGELOG.md +6 -0
- package/dist/applyTransformers.js +1 -1
- package/dist/assertions.js +1 -1
- package/dist/build.js +1 -1
- package/dist/dev.js +1 -1
- package/dist/index.js +1 -1
- package/dist/storybook.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @workleap/rslib-configs
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#263](https://github.com/workleap/wl-web-configs/pull/263) [`4a3a5dc`](https://github.com/workleap/wl-web-configs/commit/4a3a5dc47cf8eb129b9c220b6cbaa865567aa8b7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
8
|
+
|
|
3
9
|
## 1.0.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
;// CONCATENATED MODULE: ./src/applyTransformers.ts
|
|
2
|
+
;// CONCATENATED MODULE: ./src/applyTransformers.ts
|
|
3
3
|
function applyTransformers(config, transformers, context) {
|
|
4
4
|
return transformers.reduce((acc, transformer)=>transformer(acc, context), config);
|
|
5
5
|
}
|
package/dist/assertions.js
CHANGED
package/dist/build.js
CHANGED
package/dist/dev.js
CHANGED
package/dist/index.js
CHANGED
package/dist/storybook.js
CHANGED
|
@@ -11,7 +11,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__applyTransformers_js_2d4fcf6d__ from "./a
|
|
|
11
11
|
|
|
12
12
|
;// CONCATENATED MODULE: external "./applyTransformers.js"
|
|
13
13
|
|
|
14
|
-
;// CONCATENATED MODULE: ./src/storybook.ts
|
|
14
|
+
;// CONCATENATED MODULE: ./src/storybook.ts
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workleap/rslib-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
4
|
"description": "Workleap recommended Rslib configurations.",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.5",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
"@rslib/core": "^0.6.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@rsbuild/plugin-react": "^1.
|
|
36
|
-
"@rsbuild/plugin-svgr": "^1.0
|
|
35
|
+
"@rsbuild/plugin-react": "^1.3.1",
|
|
36
|
+
"@rsbuild/plugin-svgr": "^1.2.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@rsbuild/core": "1.3.
|
|
40
|
-
"@rslib/core": "0.
|
|
41
|
-
"@types/node": "22.
|
|
42
|
-
"@typescript-eslint/parser": "8.
|
|
39
|
+
"@rsbuild/core": "1.3.21",
|
|
40
|
+
"@rslib/core": "0.8.0",
|
|
41
|
+
"@types/node": "22.15.21",
|
|
42
|
+
"@typescript-eslint/parser": "8.32.1",
|
|
43
43
|
"eslint": "8.57.0",
|
|
44
|
-
"typescript": "5.8.
|
|
45
|
-
"vitest": "3.1.
|
|
46
|
-
"@workleap/eslint-plugin": "3.
|
|
44
|
+
"typescript": "5.8.3",
|
|
45
|
+
"vitest": "3.1.4",
|
|
46
|
+
"@workleap/eslint-plugin": "3.4.1",
|
|
47
47
|
"@workleap/typescript-configs": "3.0.3"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|