Skip to content

Commit

Permalink
revert align packages changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jun 13, 2024
1 parent c652017 commit 89ad857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/align-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const depVersions = {
'react-intl': '^6.0.0',
'prop-types': '^15.8.1',
'redux': '^4.0.5',
'next': '13.1.1',
'next': '^14.0.0',
'next-redux-wrapper': '^8.0.0',
'jsdom': '^20.0.0',

Expand Down Expand Up @@ -70,7 +70,7 @@ const depVersions = {
* @type {Object.<string,string>}

Check warning on line 70 in scripts/align-packages.js

View workflow job for this annotation

GitHub Actions / ci (20.x)

Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
*/
const peerDepVersions = {
'next': '>=10.2.0 <= 13.1.1',
'next': '>=10.2.0 <= 13.1.1 || ^14',
'prop-types': '^15',
'react': '^16 || ^17 || ^18',
'react-dom': '^16 || ^17 || ^18',
Expand Down Expand Up @@ -105,6 +105,7 @@ const pkgOrder = [
'homepage',
'dependencies',
'devDependencies',
'disabled_peerDependencies',
'peerDependencies',
'eslintConfig',
'eslintIgnore',
Expand Down Expand Up @@ -318,7 +319,6 @@ function setupTypes(pkgJson) {
const packagesToSkip = [
'create-gasket-app',
'@gasket/assets',
'@gasket/cli',
'@gasket/engine',
'@gasket/log',
'@gasket/plugin-command',
Expand Down

0 comments on commit 89ad857

Please sign in to comment.