Skip to content

Commit

Permalink
feat(next): update next.js versions (#11115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jul 13, 2022
1 parent f08d4ab commit b042b80
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/next/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,23 @@
"alwaysAddToPackageJson": false
}
}
},
"14.4.3": {
"version": "14.4.3",
"packages": {
"next": {
"version": "12.2.2",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "12.2.2",
"alwaysAddToPackageJson": false
},
"sass": {
"version": "1.53.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/next/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const nxVersion = require('../../package.json').version;

export const nextVersion = '12.1.6';
export const eslintConfigNextVersion = '12.1.6';
export const sassVersion = '1.52.3';
export const nextVersion = '12.2.2';
export const eslintConfigNextVersion = '12.2.2';
export const sassVersion = '1.53.0';
export const lessLoader = '11.0.0';
export const stylusLoader = '7.0.0';
export const emotionServerVersion = '11.4.0';
Expand Down

0 comments on commit b042b80

Please sign in to comment.