Skip to content

Commit 4c3d97c

Browse files
committed
update dependencies for m1 macs
1 parent 9626156 commit 4c3d97c

File tree

7 files changed

+520
-741
lines changed

7 files changed

+520
-741
lines changed

package-lock.json

Lines changed: 141 additions & 592 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"jest": "^26.1.0",
1313
"lerna": "^4.0.0",
1414
"prettier": "^2.0.5",
15-
"shipjs": "^0.23.2"
15+
"shipjs": "^0.24.3"
1616
},
1717
"engines": {
1818
"node": ">=12.0.0"

packages/images/package-lock.json

Lines changed: 103 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"glob": "^7.1.6",
4040
"mini-svg-data-uri": "^1.2.3",
4141
"potrace": "^2.1.8",
42-
"sharp": "^0.26.0",
42+
"sharp": "^0.29.0",
4343
"svgo": "^1.3.2",
4444
"worker-nodes": "^2.3.1"
4545
}

packages/markdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ plugins: {
6363
frontmatter, // 'remark-frontmatter' package
6464
[extractFrontmatter, { name: 'frontmatter', yaml: yaml.parse }], // 'remark-extract-frontmatter' and 'yaml' packages.
6565
remarkSlug, // 'remark-slug' package
66-
remarkHtml, // 'remark-html' package
66+
[remarkHtml, { sanitize: false }], // 'remark-html' package
6767
],
6868
// If you need to customize syntax highlighting, pass an options object instead of true
6969
// If you choose to pass your own remarkPlugins above, this feature is disabled - you can choose to copy out the code in rehype-shiki.js or roll your own syntax highlighting

0 commit comments

Comments
 (0)