File tree Expand file tree Collapse file tree 4 files changed +33
-5
lines changed
embed/components/__snapshots__ Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 2424 "babel-macros" : " ^1.0.2" ,
2525 "babel-plugin-codegen" : " ^1.2.0" ,
2626 "babel-plugin-lodash" : " ^3.2.11" ,
27- "babel-plugin-styled-components" : " ^1.1.7 " ,
27+ "babel-plugin-styled-components" : " ^1.3.0 " ,
2828 "babel-plugin-syntax-dynamic-import" : " ^6.18.0" ,
2929 "babel-plugin-transform-class-properties" : " ^6.24.1" ,
3030 "babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
170170 "script-ext-html-webpack-plugin" : " ^1.8.8" ,
171171 "shelljs" : " ^0.7.8" ,
172172 "store" : " ^2.0.12" ,
173- "styled-components" : " ^2.1.1 " ,
173+ "styled-components" : " ^2.3.2 " ,
174174 "svg-react-loader" : " ^0.4.4" ,
175175 "tern" : " ^0.21.0" ,
176176 "vue" : " ^2.5.2" ,
Original file line number Diff line number Diff line change 2626 < title > CodeSandbox</ title >
2727
2828 <!-- AMD Loader for Monaco -->
29- < script rel ="preload " src ="/public/vs/loader.js "> </ script >
29+ < link data-name ="vs/editor/editor.main " rel ="stylesheet " href ="/public/vs/editor/editor.main.css ">
30+ < script src ="/public/vs/loader.js "> </ script >
31+ < script >
32+ window . require . config ( {
33+ url : '/public/vs/loader.js' ,
34+ paths : {
35+ vs : '/public/vs' ,
36+ } ,
37+ } ) ;
38+ </ script >
39+ < script src ="/public/vs/editor/editor.main.nls.js "> </ script >
40+ < script src ="/public/vs/editor/editor.main.js "> </ script >
3041
3142 <!-- Google Tag Manager -->
3243 < script >
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ exports[`File renders 1`] = `
4747 display : inline - block ;
4848 - webkit - font - smoothing : antialiased ;
4949 vertical - align : top ;
50+ - webkit - flex - shrink : 0 ;
5051 - ms - flex - negative : 0 ;
5152 flex - shrink : 0 ;
5253}
@@ -151,6 +152,7 @@ exports[`File renders alternative 1`] = `
151152 display : inline - block ;
152153 - webkit - font - smoothing : antialiased ;
153154 vertical - align : top ;
155+ - webkit - flex - shrink : 0 ;
154156 - ms - flex - negative : 0 ;
155157 flex - shrink : 0 ;
156158}
@@ -252,6 +254,7 @@ exports[`File renders as active 1`] = `
252254 display : inline - block ;
253255 - webkit - font - smoothing : antialiased ;
254256 vertical - align : top ;
257+ - webkit - flex - shrink : 0 ;
255258 - ms - flex - negative : 0 ;
256259 flex - shrink : 0 ;
257260}
@@ -356,6 +359,7 @@ exports[`File renders directory 1`] = `
356359 display : inline - block ;
357360 - webkit - font - smoothing : antialiased ;
358361 vertical - align : top ;
362+ - webkit - flex - shrink : 0 ;
359363 - ms - flex - negative : 0 ;
360364 flex - shrink : 0 ;
361365}
Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ babel-plugin-preval@^1.6.2:
12121212 babylon "^6.18.0"
12131213 require-from-string "^2.0.1"
12141214
1215- babel-plugin-styled-components@^1.1.7 :
1215+ babel-plugin-styled-components@^1.3.0 :
12161216 version "1.3.0"
12171217 resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.3.0.tgz#9e4d9f718b2975dadbfab0bc1c6793d93c751404"
12181218 dependencies:
@@ -14024,7 +14024,7 @@ style-loader@^0.18.2:
1402414024 loader-utils "^1.0.2"
1402514025 schema-utils "^0.3.0"
1402614026
14027- styled-components@^2.0.0, styled-components@^2.1.1 :
14027+ styled-components@^2.0.0:
1402814028 version "2.2.3"
1402914029 resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.2.3.tgz#154575c269880c840f903f580287dab155cf684c"
1403014030 dependencies:
@@ -14052,6 +14052,19 @@ styled-components@^2.2.4:
1405214052 stylis "^3.4.0"
1405314053 supports-color "^3.2.3"
1405414054
14055+ styled-components@^2.3.2:
14056+ version "2.3.2"
14057+ resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.3.2.tgz#323d86cc9ac89f3fd233a2dfa0849da236f143e3"
14058+ dependencies:
14059+ buffer "^5.0.3"
14060+ css-to-react-native "^2.0.3"
14061+ fbjs "^0.8.9"
14062+ hoist-non-react-statics "^1.2.0"
14063+ is-plain-object "^2.0.1"
14064+ prop-types "^15.5.4"
14065+ stylis "^3.4.0"
14066+ supports-color "^3.2.3"
14067+
14055140681405614069 version "3.4.3"
1405714070 resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.3.tgz#875bd0db3db37bb6de08f89275fc38ee2e32ee75"
You can’t perform that action at this time.
0 commit comments