|
12 | 12 | "lint": "eslint --ext .ts,.tsx,.js \"packages/**/*.{ts,tsx,js,mtsx,mts}\"", |
13 | 13 | "test": "cross-env \"NODE_OPTIONS=--experimental-vm-modules --no-warnings\" jest", |
14 | 14 | "test:coverage": "cross-env \"NODE_OPTIONS=--experimental-vm-modules --no-warnings\" jest --coverage", |
| 15 | + "test:update-snapshots": "cross-env \"NODE_OPTIONS=--experimental-vm-modules --no-warnings\" jest --updateSnapshot", |
15 | 16 | "typecheck": "tsc --noEmit", |
16 | 17 | "typecheck:tests": "tsc --noEmit -P ./tsconfig.test.json", |
17 | 18 | "logo": "pnpm run --filter docs logo", |
|
60 | 61 | "@typescript-eslint/parser": "*", |
61 | 62 | "@typescript-eslint/eslint-plugin": "*" |
62 | 63 | } |
63 | | - } |
| 64 | + }, |
| 65 | + "onlyBuiltDependencies": [ |
| 66 | + "@percy/core", |
| 67 | + "cypress", |
| 68 | + "esbuild", |
| 69 | + "gatsby", |
| 70 | + "sharp" |
| 71 | + ] |
64 | 72 | }, |
65 | 73 | "dependencies": { |
66 | 74 | "@auto-it/all-contributors": "^11.2.1", |
|
71 | 79 | "@auto-it/npm": "^11.2.1", |
72 | 80 | "@auto-it/omit-commits": "^11.2.1", |
73 | 81 | "@auto-it/released": "^11.2.1", |
74 | | - "@babel/cli": "^7.22.5", |
75 | | - "@babel/helper-string-parser": "^7.22.5", |
76 | | - "@babel/helper-validator-identifier": "^7.22.5", |
| 82 | + "@babel/cli": "^7.28.3", |
| 83 | + "@babel/helper-string-parser": "^7.27.1", |
| 84 | + "@babel/helper-validator-identifier": "^7.28.5", |
77 | 85 | "@babel/plugin-transform-runtime": "^7.24.3", |
78 | | - "@babel/preset-env": "^7.22.5", |
79 | | - "@babel/preset-react": "^7.22.5", |
80 | | - "@babel/preset-typescript": "^7.22.5", |
81 | | - "@babel/runtime": "^7.25.7", |
82 | | - "@codechecks/build-size-watcher": "^0.1.0", |
83 | | - "@codechecks/client": "0.1.12", |
84 | | - "@emotion/jest": "^11.13.0", |
| 86 | + "@babel/preset-env": "^7.28.5", |
| 87 | + "@babel/preset-react": "^7.28.5", |
| 88 | + "@babel/preset-typescript": "^7.28.5", |
| 89 | + "@babel/runtime": "^7.28.4", |
| 90 | + "@emotion/jest": "^11.14.2", |
85 | 91 | "@jest/types": "^29.6.3", |
86 | | - "@preconstruct/cli": "^2.8.9", |
| 92 | + "@preconstruct/cli": "^2.8.12", |
87 | 93 | "@testing-library/react": "^14.2.1", |
88 | 94 | "@types/eslint": "8.56.2", |
89 | 95 | "@types/jest": "^29.5.13", |
90 | 96 | "@types/node": "^20.3.1", |
91 | 97 | "@types/react-dom": "^18.2.5", |
92 | 98 | "@types/react-test-renderer": "^18.3.0", |
93 | | - "@types/semver": "^7.5.0", |
| 99 | + "@types/semver": "^7.7.1", |
94 | 100 | "@typescript-eslint/eslint-plugin": "^5.59.11", |
95 | 101 | "@typescript-eslint/parser": "^5.59.11", |
96 | | - "auto": "^11.2.1", |
| 102 | + "auto": "^11.3.6", |
97 | 103 | "babel-jest": "^29.7.0", |
98 | | - "babel-preset-gatsby": "^3.13.2", |
| 104 | + "babel-preset-gatsby": "^3.15.0", |
99 | 105 | "cross-env": "^7.0.3", |
100 | 106 | "egzek": "^1.2.0", |
101 | 107 | "eslint": "^8.56.0", |
|
104 | 110 | "jest-canvas-mock": "^2.5.2", |
105 | 111 | "jest-environment-jsdom": "^29.7.0", |
106 | 112 | "jest-mock-console": "^2.0.0", |
107 | | - "jest-ts-webcompat-resolver": "^1.0.0", |
| 113 | + "jest-ts-webcompat-resolver": "^1.0.1", |
108 | 114 | "postinstall-postinstall": "^2.1.0", |
109 | 115 | "prettier": "^2.8.8", |
110 | 116 | "react-test-renderer": "^18.3.1", |
111 | 117 | "rimraf": "^5.0.1", |
112 | | - "semver": "^7.6.3", |
113 | | - "ts-jest": "^29.2.5", |
| 118 | + "semver": "^7.7.3", |
| 119 | + "ts-jest": "^29.4.6", |
114 | 120 | "ts-toolbelt": "^9.6.0", |
115 | 121 | "typecov": "^0.2.3", |
116 | | - "typescript": "^5.6.3" |
| 122 | + "typescript": "^5.9.3", |
| 123 | + "@size-limit/preset-big-lib": "12.0.0", |
| 124 | + "size-limit": "12.0.0" |
117 | 125 | }, |
118 | | - "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4" |
| 126 | + "packageManager": "pnpm@10.26.2" |
119 | 127 | } |
0 commit comments