Skip to content

Commit

Permalink
feat: update sourcemap library
Browse files Browse the repository at this point in the history
Replace `sourcemap-codec` with `@jridgewell/sourcemap-codec`
  • Loading branch information
streamich authored Jun 26, 2023
2 parents fff72f3 + 56e537d commit 86aa0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"react-dom": "*"
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"css-tree": "^1.1.2",
"csstype": "^3.0.6",
"fastest-stable-stringify": "^2.0.2",
"inline-style-prefixer": "^6.0.0",
"rtl-css-js": "^1.14.0",
"sourcemap-codec": "^1.4.8",
"stacktrace-js": "^2.0.2",
"stylis": "^4.0.6"
},
Expand Down

0 comments on commit 86aa0eb

Please sign in to comment.