@figma/code-connect 1.3.9 → 1.3.11

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@figma/code-connect",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "description": "A tool for connecting your design system components in code with your design system in Figma",
5
5
  "keywords": [],
6
6
  "author": "Figma",
@@ -63,10 +63,10 @@
63
63
  "benchmarking:run": "npx tsx ./src/connect/wizard/__test__/prop_mapping/prop_mapping_benchmarking.ts"
64
64
  },
65
65
  "devDependencies": {
66
- "@babel/core": "7.28.0",
67
- "@babel/generator": "7.28.0",
68
- "@babel/parser": "7.28.0",
69
- "@babel/types": "7.28.2",
66
+ "@babel/core": "7.28.5",
67
+ "@babel/generator": "7.28.5",
68
+ "@babel/parser": "7.28.5",
69
+ "@babel/types": "7.28.5",
70
70
 
71
71
  "@storybook/csf-tools": "8.5.1",
72
72
  "@types/cross-spawn": "^6.0.6",
@@ -99,7 +99,7 @@
99
99
  "dotenv": "^16.3.1",
100
100
  "fast-fuzzy": "^1.12.0",
101
101
  "find-up": "^5.0.0",
102
- "glob": "^10.3.10",
102
+ "glob": "^11.0.4",
103
103
  "jsdom": "^24.1.1",
104
104
  "lodash": "4.17.21",
105
105
  "minimatch": "^9.0.3",