|
1 | 1 | { |
2 | 2 | "name": "@figma/code-connect", |
3 | | - "version": "1.3.0", |
| 3 | + "version": "1.3.1", |
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", |
|
29 | 29 | "figma": "bin/figma" |
30 | 30 | }, |
31 | 31 | "files": [ |
32 | | - "dist/**/*", |
33 | | - "patches/**/*" |
| 32 | + "dist/**/*" |
34 | 33 | ], |
35 | 34 | "engines": { |
36 | 35 | "node": ">=18" |
|
41 | 40 | "build:web": "pnpm build", |
42 | 41 | "build:webpack": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" webpack --mode production", |
43 | 42 | "test": "npm run test:no-coverage -- --coverage", |
44 | | - "test:no-coverage": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-deprecation\" npx jest", |
| 43 | + "test:no-coverage": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-deprecation --max-old-space-size=10240\" npx jest --logHeapUsage --workerIdleMemoryLimit=1.5G", |
45 | 44 | "test:fast": "npm run test -- --testPathIgnorePatterns=template_rendering.test.ts --testPathIgnorePatterns=e2e_parse_command_swift.test.ts --testPathIgnorePatterns=e2e_wizard_swift.test.ts", |
46 | 45 | "test:ci": "npm run test:non-mac -- --runInBand", |
47 | 46 | "test:wizard": "npm run test -- --runInBand --testPathPattern=e2e_wizard_react.test.ts --testPathPattern=e2e_wizard_swift.test.ts", |
|
59 | 58 | "bundle:cli:win": "npm run bundle:cli -- -o bundle-cli/figma-win --target node18-win-x64", |
60 | 59 | "publish:npm": "npm install && npm run build && npm run bundle:npm-readme:prepare && npm publish --access public; npm run bundle:npm-readme:restore", |
61 | 60 | "typecheck": "tsc --noEmit -p tsconfig-typecheck.json", |
62 | | - "benchmarking:run": "npx tsx ./src/connect/wizard/__test__/prop_mapping/prop_mapping_benchmarking.ts", |
63 | | - "postinstall": "patch-package" |
| 61 | + "benchmarking:run": "npx tsx ./src/connect/wizard/__test__/prop_mapping/prop_mapping_benchmarking.ts" |
64 | 62 | }, |
65 | 63 | "devDependencies": { |
| 64 | + "@babel/core": "7.26.0", |
| 65 | + "@babel/generator": "7.26.2", |
| 66 | + "@babel/parser": "7.26.0", |
| 67 | + "@babel/types": "7.26.0", |
66 | 68 |
|
| 69 | + "@storybook/csf-tools": "^8.4.7", |
67 | 70 | "@types/cross-spawn": "^6.0.6", |
68 | 71 | "@types/jest": "^29.5.13", |
69 | 72 | "@types/jsdom": "^21.1.7", |
|
74 | 77 | "@types/react": "18.0.26", |
75 | 78 | "cross-env": "^7.0.3", |
76 | 79 | "jest": "^29.7.0", |
| 80 | + "patch-package": "^8.0.0", |
77 | 81 | "pkg": "^5.8.1", |
78 | 82 | "react": "18.2.0", |
79 | 83 | "ts-jest": "^29.2.5", |
|
83 | 87 | "webpack-cli": "^5.1.4" |
84 | 88 | }, |
85 | 89 | "dependencies": { |
86 | | - "@babel/core": "7.26.0", |
87 | | - "@babel/generator": "7.26.2", |
88 | | - "@babel/parser": "7.26.0", |
89 | | - "@babel/types": "7.26.0", |
90 | 90 |
|
91 | | - "@storybook/csf-tools": "^8.4.7", |
92 | 91 | "boxen": "5.1.1", |
93 | 92 | "chalk": "^4.1.2", |
94 | 93 | "commander": "^11.1.0", |
|
103 | 102 | "minimatch": "^9.0.3", |
104 | 103 | "ora": "^5.4.1", |
105 | 104 | "parse5": "^7.1.2", |
106 | | - "patch-package": "^8.0.0", |
107 | 105 | "prettier": "^2.8.8", |
108 | 106 | "prompts": "^2.4.2", |
109 | 107 | "strip-ansi": "^6.0.0", |
|
0 commit comments