Skip to content

Commit 86aa0eb

Browse files
authored
feat: update sourcemap library
Replace `sourcemap-codec` with `@jridgewell/sourcemap-codec`
2 parents fff72f3 + 56e537d commit 86aa0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"react-dom": "*"
4040
},
4141
"dependencies": {
42+
"@jridgewell/sourcemap-codec": "^1.4.15",
4243
"css-tree": "^1.1.2",
4344
"csstype": "^3.0.6",
4445
"fastest-stable-stringify": "^2.0.2",
4546
"inline-style-prefixer": "^6.0.0",
4647
"rtl-css-js": "^1.14.0",
47-
"sourcemap-codec": "^1.4.8",
4848
"stacktrace-js": "^2.0.2",
4949
"stylis": "^4.0.6"
5050
},

0 commit comments

Comments
 (0)