Skip to content

Commit 6dc8ea5

Browse files
committed
Update integration tests
1 parent e352159 commit 6dc8ea5

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"next": "latest",
4-
"react": "latest",
5-
"react-dom": "latest"
3+
"next": "10.0.8",
4+
"react": "^16.0.0",
5+
"react-dom": "^16.0.0"
66
}
77
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"next": "latest",
4-
"react": "latest",
5-
"react-dom": "latest"
3+
"next": "10.0.8",
4+
"react": "^16.0.0",
5+
"react-dom": "^16.0.0"
66
}
77
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"next": "latest",
4-
"react": "latest",
5-
"react-dom": "latest"
3+
"next": "10.0.8",
4+
"react": "^16.0.0",
5+
"react-dom": "^16.0.0"
66
}
77
}

packages/runtime/test/integration/serverless-no-config-build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"build": "next build && echo 'hello' > .next/world.txt"
44
},
55
"dependencies": {
6-
"next": "latest",
7-
"react": "latest",
8-
"react-dom": "latest"
6+
"next": "10.0.8",
7+
"react": "^16.0.0",
8+
"react-dom": "^16.0.0"
99
}
1010
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"next": "latest",
4-
"react": "latest",
5-
"react-dom": "latest"
3+
"next": "10.0.8",
4+
"react": "^16.0.0",
5+
"react-dom": "^16.0.0"
66
}
77
}

0 commit comments

Comments
 (0)