@pandacss/node 1.4.2 → 1.4.3

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/dist/index.js CHANGED
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.3_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
37
37
  var init_cjs_shims = __esm({
38
- "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.3_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
39
39
  "use strict";
40
40
  }
41
41
  });
package/dist/index.mjs CHANGED
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
 
30
- // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.3_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js
30
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js
31
31
  import path from "path";
32
32
  import { fileURLToPath } from "url";
33
33
  var init_esm_shims = __esm({
34
- "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.3_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js"() {
34
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js"() {
35
35
  "use strict";
36
36
  }
37
37
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,7 +33,7 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "browserslist": "4.23.3",
36
+ "browserslist": "4.24.4",
37
37
  "chokidar": "4.0.3",
38
38
  "fast-glob": "3.3.3",
39
39
  "fs-extra": "11.2.0",
@@ -44,26 +44,26 @@
44
44
  "outdent": " ^0.8.0",
45
45
  "package-manager-detector": "0.1.0",
46
46
  "perfect-debounce": "1.0.0",
47
- "pkg-types": "2.2.0",
47
+ "pkg-types": "2.3.0",
48
48
  "picomatch": "4.0.3",
49
49
  "pluralize": "8.0.0",
50
- "postcss": "8.4.49",
50
+ "postcss": "8.5.6",
51
51
  "prettier": "3.2.5",
52
52
  "ts-morph": "26.0.0",
53
53
  "ts-pattern": "5.8.0",
54
54
  "tsconfck": "3.1.6",
55
- "@pandacss/config": "1.4.2",
56
- "@pandacss/core": "1.4.2",
57
- "@pandacss/generator": "1.4.2",
58
- "@pandacss/reporter": "1.4.2",
59
- "@pandacss/logger": "1.4.2",
60
- "@pandacss/parser": "1.4.2",
61
- "@pandacss/shared": "1.4.2",
62
- "@pandacss/token-dictionary": "1.4.2",
63
- "@pandacss/types": "1.4.2"
55
+ "@pandacss/config": "1.4.3",
56
+ "@pandacss/core": "1.4.3",
57
+ "@pandacss/generator": "1.4.3",
58
+ "@pandacss/reporter": "1.4.3",
59
+ "@pandacss/logger": "1.4.3",
60
+ "@pandacss/parser": "1.4.3",
61
+ "@pandacss/shared": "1.4.3",
62
+ "@pandacss/token-dictionary": "1.4.3",
63
+ "@pandacss/types": "1.4.3"
64
64
  },
65
65
  "devDependencies": {
66
- "@types/picomatch": "3.0.2",
66
+ "@types/picomatch": "4.0.2",
67
67
  "@types/fs-extra": "11.0.4",
68
68
  "@types/glob-parent": "5.1.3",
69
69
  "@types/is-glob": "4.0.4",