Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 094e714

Browse files
fix(deps): pin dependencies
1 parent 14c6af4 commit 094e714

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"node": ">=18.x <=20.x"
4545
},
4646
"dependencies": {
47-
"@dvcorg/gatsby-theme-iterative": "^0.3.5",
48-
"@dvcorg/websites-server": "^0.1.1",
47+
"@dvcorg/gatsby-theme-iterative": "0.3.5",
48+
"@dvcorg/websites-server": "0.1.1",
4949
"@emotion/react": "^11.10.5",
5050
"@emotion/styled": "^11.10.5",
5151
"@hapi/wreck": "^18.0.0",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1405,15 +1405,15 @@
14051405
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz#c9c61d9fe5ca5ac664e1153bb0aa0eba1c6d6308"
14061406
integrity sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==
14071407

1408-
"@dvcorg/gatsby-theme-iterative@^0.3.2":
1409-
version "0.3.3"
1410-
resolved "https://registry.yarnpkg.com/@dvcorg/gatsby-theme-iterative/-/gatsby-theme-iterative-0.3.3.tgz#92c4e5cd615d01812cbf641d336f2fd2eea14b1b"
1411-
integrity sha512-tf8U0OrCGQdypJ9j3AnYvjuIqViFSTei0PkodyHxpt+g6plTE7rJ9knHpQeVsJyDP8JXt9v0e2oETr/1dLuRMw==
1408+
"@dvcorg/[email protected].5":
1409+
version "0.3.5"
1410+
resolved "https://registry.yarnpkg.com/@dvcorg/gatsby-theme-iterative/-/gatsby-theme-iterative-0.3.5.tgz#e29fdcfb37c9c41f481f1847349f10217a1cbdd6"
1411+
integrity sha512-/HMKW+rVtsilqR26FrtOkcrOittkYwA1ATh6JjgjcFFcxuZ6Uc10li6fzs3XGpDdi5oss3lnnNHupncHQv8tpQ==
14121412
dependencies:
14131413
"@reach/portal" "^0.18.0"
14141414
"@reach/skip-nav" "^0.18.0"
1415-
"@sentry/gatsby" "^7.31.1"
1416-
"@svgr/webpack" "^6.2.1"
1415+
"@sentry/gatsby" "^7.51.2"
1416+
"@svgr/webpack" "^7.0.0"
14171417
"@types/gatsbyjs__reach-router" "^2.0.0"
14181418
"@types/isomorphic-fetch" "^0.0.36"
14191419
"@types/promise-polyfill" "^6.0.4"
@@ -1427,7 +1427,7 @@
14271427
gatsby-plugin-manifest "^5.4.0"
14281428
gatsby-plugin-postcss "^6.4.0"
14291429
gatsby-plugin-react-helmet "^6.4.0"
1430-
gatsby-plugin-sharp "^5.4.0"
1430+
gatsby-plugin-sharp "^5.8.1"
14311431
gatsby-plugin-sitemap "^6.4.0"
14321432
gatsby-plugin-svgr "^3.0.0-beta.0"
14331433
gatsby-remark-autolink-headers "^6.4.0"
@@ -1474,15 +1474,15 @@
14741474
unist-util-remove-position "^4.0.1"
14751475
unist-util-visit "^4.1.0"
14761476

1477-
"@dvcorg/gatsby-theme-iterative@^0.3.5":
1478-
version "0.3.5"
1479-
resolved "https://registry.yarnpkg.com/@dvcorg/gatsby-theme-iterative/-/gatsby-theme-iterative-0.3.5.tgz#e29fdcfb37c9c41f481f1847349f10217a1cbdd6"
1480-
integrity sha512-/HMKW+rVtsilqR26FrtOkcrOittkYwA1ATh6JjgjcFFcxuZ6Uc10li6fzs3XGpDdi5oss3lnnNHupncHQv8tpQ==
1477+
"@dvcorg/gatsby-theme-iterative@^0.3.2":
1478+
version "0.3.3"
1479+
resolved "https://registry.yarnpkg.com/@dvcorg/gatsby-theme-iterative/-/gatsby-theme-iterative-0.3.3.tgz#92c4e5cd615d01812cbf641d336f2fd2eea14b1b"
1480+
integrity sha512-tf8U0OrCGQdypJ9j3AnYvjuIqViFSTei0PkodyHxpt+g6plTE7rJ9knHpQeVsJyDP8JXt9v0e2oETr/1dLuRMw==
14811481
dependencies:
14821482
"@reach/portal" "^0.18.0"
14831483
"@reach/skip-nav" "^0.18.0"
1484-
"@sentry/gatsby" "^7.51.2"
1485-
"@svgr/webpack" "^7.0.0"
1484+
"@sentry/gatsby" "^7.31.1"
1485+
"@svgr/webpack" "^6.2.1"
14861486
"@types/gatsbyjs__reach-router" "^2.0.0"
14871487
"@types/isomorphic-fetch" "^0.0.36"
14881488
"@types/promise-polyfill" "^6.0.4"
@@ -1496,7 +1496,7 @@
14961496
gatsby-plugin-manifest "^5.4.0"
14971497
gatsby-plugin-postcss "^6.4.0"
14981498
gatsby-plugin-react-helmet "^6.4.0"
1499-
gatsby-plugin-sharp "^5.8.1"
1499+
gatsby-plugin-sharp "^5.4.0"
15001500
gatsby-plugin-sitemap "^6.4.0"
15011501
gatsby-plugin-svgr "^3.0.0-beta.0"
15021502
gatsby-remark-autolink-headers "^6.4.0"
@@ -1543,7 +1543,7 @@
15431543
unist-util-remove-position "^4.0.1"
15441544
unist-util-visit "^4.1.0"
15451545

1546-
"@dvcorg/websites-server@^0.1.1":
1546+
15471547
version "0.1.1"
15481548
resolved "https://registry.yarnpkg.com/@dvcorg/websites-server/-/websites-server-0.1.1.tgz#14c9f915f389af6d0a0860dea64e5e01aa906b3a"
15491549
integrity sha512-YRR7WzQlRtfWR9FUqPv1TPQfa13bglda9ww5UFeF8hLkE+hpxVtB/hpELpJ6cF0CPKytfc0WbWMOIi7nCeXjrg==

0 commit comments

Comments
 (0)