@workleap/postcss-configs 1.0.6 → 1.0.8
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 +12 -0
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @workleap/postcss-configs
|
|
2
2
|
|
|
3
|
+
## 1.0.8
|
|
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
|
+
|
|
9
|
+
## 1.0.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#244](https://github.com/workleap/wl-web-configs/pull/244) [`038d794`](https://github.com/workleap/wl-web-configs/commit/038d794458289e344502a56fd563c71e8d6dd0f8) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 1.0.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_postcss_preset_env_1c2ab66b__ from "postcs
|
|
|
2
2
|
|
|
3
3
|
;// CONCATENATED MODULE: external "postcss-preset-env"
|
|
4
4
|
|
|
5
|
-
;// CONCATENATED MODULE: ./src/index.ts
|
|
5
|
+
;// CONCATENATED MODULE: ./src/index.ts
|
|
6
6
|
|
|
7
7
|
function applyTransformers(config, transformers) {
|
|
8
8
|
return transformers.reduce((acc, transformer)=>transformer(acc), config);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workleap/postcss-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
4
|
"description": "Workleap's recommended PostCSS configurations",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.8",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"postcss-load-config": "^6.0.1",
|
|
35
|
-
"postcss-preset-env": "^10.1.
|
|
35
|
+
"postcss-preset-env": "^10.1.6"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@rsbuild/core": "1.
|
|
39
|
-
"@rslib/core": "0.
|
|
40
|
-
"@types/node": "22.
|
|
41
|
-
"@typescript-eslint/parser": "8.
|
|
38
|
+
"@rsbuild/core": "1.3.21",
|
|
39
|
+
"@rslib/core": "0.8.0",
|
|
40
|
+
"@types/node": "22.15.21",
|
|
41
|
+
"@typescript-eslint/parser": "8.32.1",
|
|
42
42
|
"eslint": "8.57.0",
|
|
43
|
-
"typescript": "5.8.
|
|
44
|
-
"vitest": "3.
|
|
45
|
-
"@workleap/eslint-plugin": "3.
|
|
46
|
-
"@workleap/rslib-configs": "1.0.
|
|
47
|
-
"@workleap/typescript-configs": "3.0.
|
|
43
|
+
"typescript": "5.8.3",
|
|
44
|
+
"vitest": "3.1.4",
|
|
45
|
+
"@workleap/eslint-plugin": "3.4.1",
|
|
46
|
+
"@workleap/rslib-configs": "1.0.5",
|
|
47
|
+
"@workleap/typescript-configs": "3.0.3"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "rslib build -c rslib.config.ts",
|