Skip to content

Commit

Permalink
Update tests to use Next.js 13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre de la Martiniere committed Nov 19, 2022
1 parent 36ec35e commit 7766007
Show file tree
Hide file tree
Showing 14 changed files with 521 additions and 521 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 |

Last Next.js version tested: **13.0.1**.
Last Next.js version tested: **13.0.4**.

## 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="13.0.1"
NEXT_VERSION="13.0.4"
ROOT=$(pwd)

echo "==================== NPM ===================="
Expand Down
238 changes: 119 additions & 119 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": "13.0.1",
"next": "13.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"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": "13.0.1",
"next": "13.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.27.0",
Expand Down
92 changes: 46 additions & 46 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": "13.0.1",
"next": "13.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.43.4",
Expand Down
Loading

0 comments on commit 7766007

Please sign in to comment.