File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.12.2 (January 16, 2018)
2
+
3
+ - Fixed data URI inlining to inline SVG resouces
4
+ - Fixed infinite recursion on CSS minification
5
+
1
6
## 1.12.1 (November 13, 2017)
2
7
3
8
- Fixed issue with ` mime ` that breaks a build
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " basisjs-tools-build" ,
3
3
"title" : " Basis.js build tools" ,
4
- "version" : " 1.12.1 " ,
4
+ "version" : " 1.12.2 " ,
5
5
"homepage" : " https://github.com/basisjs/basisjs-tools" ,
6
6
"description" : " Build tools for basis.js framework" ,
7
7
"author" :
" Roman Dvornov <[email protected] >" ,
38
38
"travis" : " npm run lint-and-test"
39
39
},
40
40
"dependencies" : {
41
- "basisjs-tools-ast" : " ~1.6.0 " ,
41
+ "basisjs-tools-ast" : " ~1.6.1 " ,
42
42
"basisjs-tools-config" : " ~1.1.0" ,
43
43
"chalk" : " ^2.3.0" ,
44
44
"clap" : " ^1.2.3" ,
45
45
"es6-promise-polyfill" : " ^1.2.0" ,
46
46
"fixed-width-string" : " ^1.0.0" ,
47
- "mime" : " ~ 2.0.3 " ,
47
+ "mime" : " ^ 2.0.5 " ,
48
48
"minimatch" : " ^3.0.2" ,
49
49
"resolve" : " ^1.1.7" ,
50
50
"seedrandom" : " ~2.4.2" ,
51
- "uglify-es" : " ~ 3.1.8 "
51
+ "uglify-es" : " ^ 3.1.10 "
52
52
},
53
53
"devDependencies" : {
54
54
"eslint" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments