Skip to content

Commit

Permalink
feat(nextjs): Update Next & Tailwindcss Package (#23313)
Browse files Browse the repository at this point in the history
Update next.js to `14.2.4`
Update tailwindcss to `3.4.3`
closes: #22918
  • Loading branch information
ndcunningham authored May 14, 2024
1 parent 6c36bef commit 66b9106
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/next/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
"alwaysAddToPackageJson": false
}
}
},
"19.0.3": {
"version": "19.0.3-beta.0",
"packages": {
"next": {
"version": "14.2.3",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "14.2.3",
"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 = '14.0.4';
export const eslintConfigNextVersion = '14.0.4';
export const nextVersion = '14.2.3';
export const eslintConfigNextVersion = '14.2.3';
export const sassVersion = '1.62.1';
export const lessLoader = '11.1.0';
export const emotionServerVersion = '11.11.0';
Expand Down
9 changes: 9 additions & 0 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,15 @@
"alwaysAddToPackageJson": false
}
}
},
"19.0.3": {
"version": "19.0.3-beta.0",
"packages": {
"tailwindcss": {
"version": "3.4.3",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const babelPluginStyledComponentsVersion = '1.10.7';
export const tsLibVersion = '^2.3.0';

export const postcssVersion = '8.4.21';
export const tailwindcssVersion = '3.2.7';
export const tailwindcssVersion = '3.4.3';
export const autoprefixerVersion = '10.4.13';

// SSR and Module Federation
Expand Down

0 comments on commit 66b9106

Please sign in to comment.