Skip to content

Commit

Permalink
Update all tests to use Next.js 13.0.1 and see what breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre de la Martiniere committed Nov 1, 2022
1 parent 1218077 commit 04e3a3d
Show file tree
Hide file tree
Showing 11 changed files with 436 additions and 436 deletions.
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.0"
NEXT_VERSION="13.0.1"
ROOT=$(pwd)

echo "==================== NPM ===================="
Expand Down
242 changes: 121 additions & 121 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.0",
"next": "13.0.1",
"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.0",
"next": "13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.27.0",
Expand Down
96 changes: 48 additions & 48 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.0",
"next": "13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.43.4",
Expand Down
Loading

0 comments on commit 04e3a3d

Please sign in to comment.