File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
packages/babel-plugin-transform-jsx-to-tagged-templates Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 },
1919 "babel" : {
2020 "presets" : [
21- " env"
21+ " @babel/preset- env"
2222 ]
2323 },
2424 "jest" : {
4848 "license" : " Apache-2.0" ,
4949 "homepage" : " https://github.com/developit/htm/tree/master/packages/babel-plugin-transform-jsx-to-tagged-templates" ,
5050 "devDependencies" : {
51- "babel-core" : " ^6.26.3" ,
51+ "@babel/core" : " ^7.2.0" ,
52+ "@babel/preset-env" : " ^7.2.0" ,
53+ "babel-core" : " ^7.0.0-bridge.0" ,
5254 "babel-jest" : " ^23.6.0" ,
53- "babel-preset-env" : " ^1.7.0" ,
5455 "eslint" : " ^5.10.0" ,
5556 "eslint-config-developit" : " ^1.1.1" ,
5657 "jest" : " ^23.6.0" ,
5758 "microbundle" : " ^0.8.3"
5859 },
5960 "dependencies" : {
60- "babel- plugin-syntax-jsx" : " ^6.18 .0"
61+ "@ babel/ plugin-syntax-jsx" : " ^7.2 .0"
6162 }
6263}
Original file line number Diff line number Diff line change 1- import jsx from 'babel- plugin-syntax-jsx' ;
1+ import jsx from '@ babel/ plugin-syntax-jsx' ;
22
33function escapeValue ( value ) {
44 if ( value . match ( / ^ [ a - z 0 - 9 _ ' & ] + $ / gi) ) {
You can’t perform that action at this time.
0 commit comments