Skip to content

Commit

Permalink
feat(next): update package versions (#10658)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jun 9, 2022
1 parent cad9032 commit f95b1c3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions packages/next/migrations.json
Expand Up @@ -256,6 +256,31 @@
"alwaysAddToPackageJson": false
}
}
},
"14.2.3": {
"version": "14.2.3-beta.0",
"packages": {
"next": {
"version": "12.1.6",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "12.1.6",
"alwaysAddToPackageJson": false
},
"sass": {
"version": "1.52.3",
"alwaysAddToPackageJson": false
},
"less-loader": {
"version": "11.0.0",
"alwaysAddToPackageJson": false
},
"stylus-loader": {
"version": "7.0.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
10 changes: 5 additions & 5 deletions packages/next/src/utils/versions.ts
@@ -1,9 +1,9 @@
export const nxVersion = require('../../package.json').version;

export const nextVersion = '12.1.5';
export const eslintConfigNextVersion = '12.1.5';
export const sassVersion = '1.43.2';
export const lessLoader = '10.2.0';
export const stylusLoader = '6.2.0';
export const nextVersion = '12.1.6';
export const eslintConfigNextVersion = '12.1.6';
export const sassVersion = '1.52.3';
export const lessLoader = '11.0.0';
export const stylusLoader = '7.0.0';
export const emotionServerVersion = '11.4.0';
export const babelPluginStyledComponentsVersion = '1.10.7';

0 comments on commit f95b1c3

Please sign in to comment.