Skip to content

Commit

Permalink
Test new Next.js version (11.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Sep 14, 2021
1 parent 454c026 commit 215fccc
Show file tree
Hide file tree
Showing 13 changed files with 363 additions and 241 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="11.1.0"
NEXT_VERSION="11.1.1"
ROOT=$(pwd)

echo "==================== NPM ===================="
Expand Down
82 changes: 55 additions & 27 deletions src/__tests__/__apps__/npm-basic/package-lock.json

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__/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": "11.1.0",
"next": "11.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.35.0",
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": "11.1.0",
"next": "11.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.27.0",
Expand Down
88 changes: 65 additions & 23 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__/webpack-4-symlinks/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": "11.1.0",
"next": "11.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.27.0",
Expand Down
Loading

0 comments on commit 215fccc

Please sign in to comment.