Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Fix debug class sourcemap handling of unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsao authored and fusion-bot[bot] committed Sep 26, 2018
1 parent fb6e127 commit f702fb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"./dist/browser.es2015.es.js": "./dist/browser.es2017.es.js"
},
"dependencies": {
"css-to-js-sourcemap-worker": "^2.0.1",
"css-to-js-sourcemap-worker": "^2.0.2",
"styletron-engine-atomic": "^1.0.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1833,9 +1833,9 @@ css-select@~1.2.0:
domutils "1.5.1"
nth-check "~1.0.1"

css-to-js-sourcemap-worker@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/css-to-js-sourcemap-worker/-/css-to-js-sourcemap-worker-2.0.1.tgz#ecba2392dcd0ef9ea23d3bc27d742e775f53df15"
css-to-js-sourcemap-worker@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/css-to-js-sourcemap-worker/-/css-to-js-sourcemap-worker-2.0.2.tgz#98ee88ecade4f4abc215a597fb9d05c00e381154"

css-what@2.1:
version "2.1.0"
Expand Down

0 comments on commit f702fb8

Please sign in to comment.