File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88
99### Patch
1010
11+ - Updated dev dependencies.
1112- Updated the package scripts:
1213 - Reordered and renamed scripts.
1314 - Replaced ` npm run ` with ` node --run ` .
3435- Updated Node.js support to ` ^18.15.0 || >=20.4.0 ` .
3536- Updated the [ ` @apollo/client ` ] ( https://npm.im/@apollo/client ) peer dependency to ` ^3.8.0 ` .
3637- Updated the [ ` extract-files ` ] ( http://npm.im/extract-files ) dependency to v13.
37-
3838 - React Native is no longer supported out of the box.
3939
4040 The class ` ReactNativeFile ` is no longer exported, or matched by the function ` isExtractableFile ` .
8383 Types published in [ ` @types/apollo-upload-client ` ] ( https://npm.im/@types/apollo-upload-client ) should no longer be used.
8484
8585 Projects must configure TypeScript to use types from the ECMAScript modules that have a ` // @ts-check ` comment:
86-
8786 - [ ` compilerOptions.allowJs ` ] ( https://www.typescriptlang.org/tsconfig#allowJs ) should be ` true ` .
8887 - [ ` compilerOptions.maxNodeModuleJsDepth ` ] ( https://www.typescriptlang.org/tsconfig#maxNodeModuleJsDepth ) should be reasonably large, e.g. ` 10 ` .
8988 - [ ` compilerOptions.module ` ] ( https://www.typescriptlang.org/tsconfig#module ) should be ` "node16" ` or ` "nodenext" ` .
Original file line number Diff line number Diff line change 6262 "graphql" : " ^16.8.1" ,
6363 "graphql-tag" : " ^2.12.6" ,
6464 "gzip-size" : " ^7.0.0" ,
65- "prettier" : " ^3.0.3 " ,
65+ "prettier" : " ^3.6.2 " ,
6666 "revertable-globals" : " ^4.0.0" ,
6767 "typescript" : " ^5.2.2"
6868 },
You can’t perform that action at this time.
0 commit comments