Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.
/ freesewing.org Public archive

Commit aad1bd6

Browse files
committed
Merge branch 'develop' of github.com:freesewing/freesewing.org into develop
2 parents 29ce9bc + fe4c5f3 commit aad1bd6

File tree

3 files changed

+186
-166
lines changed

3 files changed

+186
-166
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@bugsnag/js": "^7.15.1",
16+
"@bugsnag/js": "^7.16.1",
1717
"@bugsnag/plugin-react": "^7.14.0",
18-
"@fontsource/permanent-marker": "^4.5.0",
18+
"@fontsource/permanent-marker": "^4.5.1",
1919
"@fontsource/roboto-mono": "^4.5.0",
2020
"@fontsource/ubuntu": "^4.5.0",
2121
"@freesewing/aaron": "2.20.6",
@@ -92,9 +92,9 @@
9292
"axios": "0.23.0",
9393
"dotenv": "10.0.0",
9494
"file-saver": "2.0.5",
95-
"gatsby": "^3.14.5",
95+
"gatsby": "^3.14.6",
9696
"gatsby-link": "3.14.0",
97-
"gatsby-plugin-algolia": "0.22.2",
97+
"gatsby-plugin-algolia": "0.26.0",
9898
"gatsby-plugin-catch-links": "3.14.0",
9999
"gatsby-plugin-feed": "^3.14.0",
100100
"gatsby-plugin-image": "^1.14.1",
@@ -124,18 +124,18 @@
124124
"react-dom": "^17.0.2",
125125
"react-dropzone": "11.4.2",
126126
"react-helmet": "6.1.0",
127-
"react-instantsearch-dom": "6.20.0",
128-
"react-intl": "5.22.0",
127+
"react-instantsearch-dom": "6.22.0",
128+
"react-intl": "5.24.6",
129129
"react-markdown": "6.0.2",
130130
"react-timeago": "^6.2.1",
131-
"react-youtube": "^7.13.1",
131+
"react-youtube": "^7.14.0",
132132
"remark": "13.0.0",
133133
"remark-frontmatter": "3.0.0",
134134
"remark-html": "13.0.2",
135135
"remark-jargon": "2.20.6",
136136
"remark-preset-lint-recommended": "5.0.0",
137-
"sharp": "^0.29.3",
138-
"tlds": "1.227.0",
137+
"sharp": "^0.30.1",
138+
"tlds": "1.229.0",
139139
"yaml": "1.10.2"
140140
},
141141
"devDependencies": {
@@ -150,8 +150,8 @@
150150
"eslint-plugin-import": "^2.25.3",
151151
"gatsby-cli": "^3.14.0",
152152
"husky": "^7.0.4",
153-
"prettier": "^2.5.0",
154-
"pretty-quick": "^3.1.2"
153+
"prettier": "^2.5.1",
154+
"pretty-quick": "^3.1.3"
155155
},
156156
"keywords": [
157157
"gatsby"

src/components/draft/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ ${e.stack}
357357
<>
358358
<figure key="pattern" style={{ textAlign: 'center' }} id={`freesewing-${display}`}>
359359
<style>
360-
{`:root { --freesewing-pattern-scale: ${patternProps?.settings?.scale || 1}; }`}
360+
{`:root { --freesewing-pattern-scale: ${patternProps?.settings?.scale || 1}px; }`}
361361
</style>
362362
<Draft {...patternProps} extraDefs={extraDefs(app.theme === 'dark')} />
363363
{display === 'compare' && (

0 commit comments

Comments
 (0)