Skip to content

Commit bbe23ea

Browse files
committed
upgrades packages
1 parent 253ee1b commit bbe23ea

File tree

3 files changed

+1695
-1703
lines changed

3 files changed

+1695
-1703
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
"bugs": {
5050
"url": "https://github.com/gatsbyjs/gatsby/issues"
5151
}
52-
}
52+
}

src/utils/convertToHello.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const convert = (string: string) => {
2-
return string
2+
return 'poop'
33
}

0 commit comments

Comments
 (0)