Skip to content

Commit 45a8830

Browse files
committed
chore: pre-adapter fixtures
1 parent 1bba93c commit 45a8830

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

plugin/test/fixtures/v5/functions-without-gatsby-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:jest": "jest"
2121
},
2222
"dependencies": {
23-
"gatsby": "^5.2.0",
23+
"gatsby": "5.11.0",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},

plugin/test/fixtures/v5/no-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "next",
20+
"gatsby": "5.11.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

plugin/test/fixtures/v5/with-no-gatsby-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "next",
20+
"gatsby": "5.11.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

plugin/test/fixtures/v5/with-no-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "next",
20+
"gatsby": "5.11.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

plugin/test/fixtures/v5/with-old-gatsby-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "next",
20+
"gatsby": "5.11.0",
2121
"gatsby-plugin-netlify-cache": "^1.2.0",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"

plugin/test/fixtures/v5/with-old-netlify-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "next",
20+
"gatsby": "5.11.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

0 commit comments

Comments
 (0)