@workleap/postcss-configs 1.0.0 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @workleap/postcss-configs
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#177](https://github.com/gsoft-inc/wl-web-configs/pull/177) [`8936ce6`](https://github.com/gsoft-inc/wl-web-configs/commit/8936ce677cad205caba2f13a71f5c9208f1dd5e6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages dependencies.
8
+
9
+ ## 1.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#143](https://github.com/gsoft-inc/wl-web-configs/pull/143) [`334088f`](https://github.com/gsoft-inc/wl-web-configs/commit/334088fac63aad6cc245ee3300da076e5c201287) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated to SWC 1.3.85
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes
package/dist/index.d.ts CHANGED
@@ -16,4 +16,4 @@ interface DefineConfigOptions {
16
16
  }
17
17
  declare function defineConfig(options?: DefineConfigOptions): Config;
18
18
 
19
- export { DefaultPresetEnvOptions, DefineConfigOptions, PostcssConfigTransformer, defineConfig };
19
+ export { DefaultPresetEnvOptions, type DefineConfigOptions, type PostcssConfigTransformer, defineConfig };
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.0",
5
+ "version": "1.0.2",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
8
8
  "workleap",
@@ -28,27 +28,27 @@
28
28
  "README.md"
29
29
  ],
30
30
  "dependencies": {
31
- "postcss-load-config": "4.0.1",
32
- "postcss-preset-env": "8.5.1"
31
+ "postcss-load-config": "5.0.3",
32
+ "postcss-preset-env": "9.3.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "postcss": ">=8.4.6"
36
36
  },
37
37
  "devDependencies": {
38
- "@swc/core": "1.3.63",
39
- "@swc/helpers": "0.5.1",
40
- "@swc/jest": "0.2.26",
41
- "@types/jest": "29.5.2",
42
- "@types/node": "20.3.2",
43
- "jest": "29.5.0",
44
- "ts-node": "10.9.1",
45
- "postcss": "8.4.21",
46
- "tsup": "6.7.0",
47
- "typescript": "5.0.4",
48
- "@workleap/eslint-plugin": "2.0.0",
49
- "@workleap/tsup-configs": "3.0.0",
50
- "@workleap/swc-configs": "2.0.0",
51
- "@workleap/typescript-configs": "3.0.0"
38
+ "@swc/core": "1.4.0",
39
+ "@swc/helpers": "0.5.6",
40
+ "@swc/jest": "0.2.36",
41
+ "@types/jest": "29.5.12",
42
+ "@types/node": "20.11.17",
43
+ "jest": "29.7.0",
44
+ "postcss": "8.4.35",
45
+ "ts-node": "10.9.2",
46
+ "tsup": "8.0.1",
47
+ "typescript": "5.3.3",
48
+ "@workleap/eslint-plugin": "3.0.1",
49
+ "@workleap/swc-configs": "2.2.1",
50
+ "@workleap/tsup-configs": "3.0.2",
51
+ "@workleap/typescript-configs": "3.0.2"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public",