-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump bundling fixtures (major) (#30458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michał Dudak <[email protected]>
- Loading branch information
1 parent
c39faa6
commit e9ec0c6
Showing
13 changed files
with
239 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
module.exports = { | ||
future: { | ||
webpack5: false, | ||
}, | ||
webpack5: false, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "node-esm", | ||
"name": "next-webpack4", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "yarn next build && concurrently --success first --kill-others \"yarn next start\" \"node testNextWebpack4Integration\"" | ||
}, | ||
"dependencies": { | ||
"@emotion/core": "11.0.0", | ||
"@emotion/react": "11.7.1", | ||
"@emotion/styled": "11.6.0", | ||
"@mui/material": "5.0.0-alpha.34", | ||
"@mui/icons-material": "5.0.0-alpha.34", | ||
"@mui/lab": "5.0.0-alpha.34", | ||
"@mui/styled-engine": "5.0.0-alpha.34", | ||
"@mui/styles": "5.0.0-alpha.33", | ||
"@mui/system": "5.0.0-alpha.34", | ||
"@mui/utils": "5.0.0-alpha.33", | ||
"next": "12.1.0", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-is": "17.0.2" | ||
"@emotion/react": "11.10.4", | ||
"@emotion/styled": "11.10.4", | ||
"@mui/material": "5.10.5", | ||
"@mui/icons-material": "5.10.3", | ||
"@mui/lab": "5.0.0-alpha.99", | ||
"@mui/styled-engine": "5.10.5", | ||
"@mui/styles": "5.10.3", | ||
"@mui/system": "5.10.5", | ||
"@mui/utils": "5.10.3", | ||
"next": "11.1.4", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-is": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "6.5.1", | ||
"concurrently": "7.4.0", | ||
"playwright": "1.25.2" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "node-esm", | ||
"name": "next-webpack5", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "yarn next build && concurrently --success first --kill-others \"yarn next start\" \"node testNextWebpack5Integration\"" | ||
}, | ||
"dependencies": { | ||
"@emotion/core": "11.0.0", | ||
"@emotion/react": "11.7.1", | ||
"@emotion/styled": "11.6.0", | ||
"@mui/material": "5.0.0-alpha.34", | ||
"@mui/icons-material": "5.0.0-alpha.34", | ||
"@mui/lab": "5.0.0-alpha.34", | ||
"@mui/styled-engine": "5.0.0-alpha.34", | ||
"@mui/styles": "5.0.0-alpha.33", | ||
"@mui/system": "5.0.0-alpha.34", | ||
"@mui/utils": "5.0.0-alpha.33", | ||
"next": "12.1.0", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-is": "17.0.2" | ||
"@emotion/react": "11.10.4", | ||
"@emotion/styled": "11.10.4", | ||
"@mui/material": "5.10.5", | ||
"@mui/icons-material": "5.10.3", | ||
"@mui/lab": "5.0.0-alpha.99", | ||
"@mui/styled-engine": "5.10.5", | ||
"@mui/styles": "5.10.3", | ||
"@mui/system": "5.10.5", | ||
"@mui/utils": "5.10.3", | ||
"next": "12.3.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-is": "18.2.0" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "6.5.1", | ||
"concurrently": "7.4.0", | ||
"playwright": "1.25.2" | ||
} | ||
} |
Oops, something went wrong.