Skip to content

Commit

Permalink
Merge pull request #246 from martpie/nextjs-12.0.3
Browse files Browse the repository at this point in the history
Test Next.js 12.0.3 version
  • Loading branch information
martpie committed Nov 9, 2021
2 parents 05437e6 + 6498e5b commit c5f548e
Show file tree
Hide file tree
Showing 12 changed files with 1,715 additions and 8,423 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ What this plugin **does not aim** to solve:
| Next.js 8 / 9 | 2.x |
| Next.js 6 / 7 | 1.x |

Latest Next.js version tested: **12.0.1**.
Last Next.js version tested: **12.0.3**.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion scripts/next-update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Look at how messy this script is :p

NEXT_VERSION="12.0.1"
NEXT_VERSION="12.0.3"
ROOT=$(pwd)

echo "==================== NPM ===================="
Expand Down
9,295 changes: 1,364 additions & 7,931 deletions src/__tests__/__apps__/npm-basic/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/__tests__/__apps__/npm-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"lodash-es": "^4.17.21",
"next": "12.0.1",
"next": "12.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.43.4",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"lodash-es": "^4.17.21",
"next": "12.0.1",
"next": "12.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.27.0",
Expand Down
145 changes: 53 additions & 92 deletions src/__tests__/__apps__/pnpm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/__tests__/__apps__/swc/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"lodash-es": "^4.17.21",
"next": "12.0.1",
"next": "12.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.43.4",
Expand Down
Loading

0 comments on commit c5f548e

Please sign in to comment.