File tree Expand file tree Collapse file tree 4 files changed +225
-285
lines changed
packages/nextjs-cache-handler Expand file tree Collapse file tree 4 files changed +225
-285
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "@fortedigital/nextjs-cache-handler" : " workspace:*" ,
17- "next" : " ^15.5.6 " ,
17+ "next" : " ^16.0.3 " ,
1818 "react" : " ^19.2.0" ,
1919 "react-dom" : " ^19.2.0" ,
20- "redis" : " ^5.9 .0"
20+ "redis" : " ^5.10 .0"
2121 },
2222 "devDependencies" : {
2323 "@eslint/eslintrc" : " ^3" ,
2424 "@tailwindcss/postcss" : " ^4" ,
2525 "@types/node" : " ^24" ,
26- "@types/react" : " 19.2.2 " ,
27- "@types/react-dom" : " 19.2.2 " ,
26+ "@types/react" : " 19.2.6 " ,
27+ "@types/react-dom" : " 19.2.3 " ,
2828 "eslint" : " ^9" ,
29- "eslint-config-next" : " 16.0.1 " ,
29+ "eslint-config-next" : " 16.0.3 " ,
3030 "tailwindcss" : " ^4" ,
3131 "typescript" : " ^5"
3232 },
3333 "overrides" : {
34- "@types/react" : " 19.2.2 " ,
35- "@types/react-dom" : " 19.2.2 "
34+ "@types/react" : " 19.2.6 " ,
35+ "@types/react-dom" : " 19.2.3 "
3636 }
3737}
Original file line number Diff line number Diff line change 1515 "moduleResolution" : " bundler" ,
1616 "resolveJsonModule" : true ,
1717 "isolatedModules" : true ,
18- "jsx" : " preserve " ,
18+ "jsx" : " react-jsx " ,
1919 "incremental" : true ,
2020 "plugins" : [
2121 {
3333 " **/*.ts" ,
3434 " **/*.tsx" ,
3535 " .next/types/**/*.ts" ,
36- " .next\\ dev/types/**/*.ts"
36+ " .next\\ dev/types/**/*.ts" ,
37+ " .next/dev/types/**/*.ts"
3738 ],
3839 "exclude" : [
3940 " node_modules"
Original file line number Diff line number Diff line change 1818 " next" ,
1919 " redis"
2020 ],
21- "version" : " 3.0.0-next16-alpha.0 " ,
21+ "version" : " 3.0.0-next16-alpha.1 " ,
2222 "type" : " module" ,
2323 "license" : " MIT" ,
2424 "description" : " Next.js cache handlers" ,
109109 "jest" : " ^30.2.0" ,
110110 "prettier" : " ^3.6.2" ,
111111 "prettier-plugin-packagejson" : " 2.5.19" ,
112- "rimraf" : " 6.1.1 " ,
112+ "rimraf" : " 6.1.2 " ,
113113 "ts-jest" : " ^29.4.5" ,
114114 "tsup" : " ^8.5.1" ,
115115 "tsx" : " 4.20.6" ,
121121 "next" : " >=16.0.0-beta.0"
122122 },
123123 "distTags" : [
124- " next15 "
124+ " next16 "
125125 ],
126126 "optionalDependencies" : {
127127 "@rollup/rollup-linux-x64-gnu" : " ^4.53.3"
You can’t perform that action at this time.
0 commit comments