File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " latex.js" ,
3
3
"description" : " JavaScript LaTeX to HTML5 translator" ,
4
- "version" : " 0.10.1 " ,
4
+ "version" : " 0.11.0 " ,
5
5
"author" : {
6
6
"name" : " Michael Brade" ,
7
7
84
84
"babel-loader" : " 8.0.x" ,
85
85
"source-map-loader" : " 0.2.x" ,
86
86
"copy-webpack-plugin" : " 4.5.x" ,
87
- "@babel/cli" : " ~ 7.1.0 " ,
88
- "@babel/core" : " ~ 7.1.0 " ,
87
+ "@babel/cli" : " 7.1.x " ,
88
+ "@babel/core" : " 7.1.x " ,
89
89
"@babel/register" : " 7.0.x" ,
90
- "@babel/preset-env" : " ~ 7.1.0 " ,
90
+ "@babel/preset-env" : " 7.1.x " ,
91
91
"@babel/plugin-syntax-object-rest-spread" : " 7.0.x" ,
92
92
"mocha" : " 5.x" ,
93
93
"mocha-junit-reporter" : " 1.18.x" ,
Original file line number Diff line number Diff line change 2
2
3
3
name: ' latex.js'
4
4
description: ' JavaScript LaTeX to HTML5 translator'
5
- version: ' 0.10.1 '
5
+ version: ' 0.11.0 '
6
6
7
7
author:
8
8
' name' : ' Michael Brade'
@@ -137,10 +137,10 @@ devDependencies:
137
137
' source-map-loader' : ' 0.2.x'
138
138
' copy-webpack-plugin' : ' 4.5.x'
139
139
140
- ' @babel/cli' : ' 7.0 .x'
141
- ' @babel/core' : ' 7.0 .x'
140
+ ' @babel/cli' : ' 7.1 .x'
141
+ ' @babel/core' : ' 7.1 .x'
142
142
' @babel/register' : ' 7.0.x'
143
- ' @babel/preset-env' : ' 7.0 .x'
143
+ ' @babel/preset-env' : ' 7.1 .x'
144
144
' @babel/plugin-syntax-object-rest-spread' : ' 7.0.x'
145
145
146
146
You can’t perform that action at this time.
0 commit comments