Skip to content

Commit

Permalink
feat(nextjs): update to Next.js 13.1 (#14186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jan 6, 2023
1 parent bf17af5 commit 88f11a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/next/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,19 @@
"alwaysAddToPackageJson": false
}
}
},
"15.4.5": {
"version": "15.4.5-beta.0",
"packages": {
"next": {
"version": "13.1.1",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "13.1.1",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/next/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nxVersion = require('../../package.json').version;

export const nextVersion = '13.0.0';
export const eslintConfigNextVersion = '13.0.0';
export const nextVersion = '13.1.1';
export const eslintConfigNextVersion = '13.1.1';
export const sassVersion = '1.55.0';
export const lessLoader = '11.1.0';
export const stylusLoader = '7.1.0';
Expand Down

0 comments on commit 88f11a4

Please sign in to comment.