Skip to content

Commit 53230db

Browse files
upgrade gatsby and tmp (#44)
1 parent 37b67ea commit 53230db

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

packages/site/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
3131
"react-is": "^19.1.1",
32-
"styled-components": "6.1.19"
32+
"styled-components": "6.1.19",
33+
"tmp": "^0.2.4"
3334
},
3435
"devDependencies": {
3536
"@metamask/eslint-config": "^10.0.0",
@@ -55,9 +56,9 @@
5556
"eslint-plugin-jsdoc": "^52.0.4",
5657
"eslint-plugin-node": "^11.1.0",
5758
"eslint-plugin-prettier": "5.1.3",
58-
"gatsby": "^5.13.3",
59-
"gatsby-plugin-manifest": "^5.13.1",
60-
"gatsby-plugin-styled-components": "^6.13.1",
59+
"gatsby": "^5.14.6",
60+
"gatsby-plugin-manifest": "^5.14.0",
61+
"gatsby-plugin-styled-components": "^6.14.0",
6162
"gatsby-plugin-svgr": "^3.0.0-beta.0",
6263
"prettier": "^3.6.2",
6364
"prettier-plugin-packagejson": "^2.5.19",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11402,7 +11402,7 @@ __metadata:
1140211402
languageName: node
1140311403
linkType: hard
1140411404

11405-
"gatsby-plugin-manifest@npm:^5.13.1":
11405+
"gatsby-plugin-manifest@npm:^5.14.0":
1140611406
version: 5.14.0
1140711407
resolution: "gatsby-plugin-manifest@npm:5.14.0"
1140811408
dependencies:
@@ -11438,7 +11438,7 @@ __metadata:
1143811438
languageName: node
1143911439
linkType: hard
1144011440

11441-
"gatsby-plugin-styled-components@npm:^6.13.1":
11441+
"gatsby-plugin-styled-components@npm:^6.14.0":
1144211442
version: 6.14.0
1144311443
resolution: "gatsby-plugin-styled-components@npm:6.14.0"
1144411444
dependencies:
@@ -11546,7 +11546,7 @@ __metadata:
1154611546
languageName: node
1154711547
linkType: hard
1154811548

11549-
"gatsby@npm:^5.13.3":
11549+
"gatsby@npm:^5.14.6":
1155011550
version: 5.14.6
1155111551
resolution: "gatsby@npm:5.14.6"
1155211552
dependencies:
@@ -18231,9 +18231,9 @@ __metadata:
1823118231
eslint-plugin-jsdoc: ^52.0.4
1823218232
eslint-plugin-node: ^11.1.0
1823318233
eslint-plugin-prettier: 5.1.3
18234-
gatsby: ^5.13.3
18235-
gatsby-plugin-manifest: ^5.13.1
18236-
gatsby-plugin-styled-components: ^6.13.1
18234+
gatsby: ^5.14.6
18235+
gatsby-plugin-manifest: ^5.14.0
18236+
gatsby-plugin-styled-components: ^6.14.0
1823718237
gatsby-plugin-svgr: ^3.0.0-beta.0
1823818238
prettier: ^3.6.2
1823918239
prettier-plugin-packagejson: ^2.5.19
@@ -18242,6 +18242,7 @@ __metadata:
1824218242
react-is: ^19.1.1
1824318243
rimraf: ^6.0.1
1824418244
styled-components: 6.1.19
18245+
tmp: ^0.2.4
1824518246
typescript: ^5.9.2
1824618247
languageName: unknown
1824718248
linkType: soft
@@ -19259,7 +19260,7 @@ __metadata:
1925919260
languageName: node
1926019261
linkType: hard
1926119262

19262-
"tmp@npm:^0.2.1":
19263+
"tmp@npm:^0.2.1, tmp@npm:^0.2.4":
1926319264
version: 0.2.5
1926419265
resolution: "tmp@npm:0.2.5"
1926519266
checksum: 9d18e58060114154939930457b9e198b34f9495bcc05a343bc0a0a29aa546d2c1c2b343dae05b87b17c8fde0af93ab7d8fe8574a8f6dc2cd8fd3f2ca1ad0d8e1

0 commit comments

Comments
 (0)