Skip to content

Commit e058ff2

Browse files
authored
Fix SVGs in Safari (#427)
1 parent 4f367f9 commit e058ff2

File tree

5 files changed

+504
-471
lines changed

5 files changed

+504
-471
lines changed

packages/nextra-theme/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"theme-ui": "^0.15.5"
3535
},
3636
"dependencies": {
37-
"@docsearch/react": "^3.5.0",
37+
"@docsearch/react": "^3.5.1",
3838
"@radix-ui/react-collapsible": "1.0.3",
3939
"@radix-ui/react-visually-hidden": "^1.0.3",
4040
"lodash": "^4.17.21",
@@ -43,17 +43,17 @@
4343
"react-use": "^17.4.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^2.6.0",
46+
"@edgeandnode/gds": "^2.6.4",
4747
"@emotion/react": "^11.11.1",
4848
"@types/lodash": "^4.14.195",
49-
"@types/react": "18.2.7",
50-
"@types/react-dom": "^18.2.4",
51-
"next": "^13.4.5",
49+
"@types/react": "18.2.12",
50+
"@types/react-dom": "^18.2.5",
51+
"next": "^13.4.6",
5252
"next-seo": "^6.0.0",
5353
"nextra": "2.7.1",
5454
"react": "18.2.0",
5555
"react-dom": "^18.2.0",
56-
"theme-ui": "^0.15.7",
56+
"theme-ui": "^0.16.0",
5757
"tsup": "6.7.0"
5858
},
5959
"sideEffects": false

0 commit comments

Comments
 (0)