mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Update dependencies (#5311)
* Install exactly @babel/core@7.7.7, the last version known to work in Node 6 --harmony * Update other dependencies
This commit is contained in:
parent
26a7ba1659
commit
3136bde928
2 changed files with 450 additions and 505 deletions
943
package-lock.json
generated
943
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -40,16 +40,16 @@
|
|||
"url": "git://github.com/jashkenas/coffeescript.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/core": "7.7.7",
|
||||
"@babel/preset-env": "7.7.7",
|
||||
"babel-preset-minify": "^0.5.1",
|
||||
"codemirror": "^5.50.0",
|
||||
"codemirror": "^5.52.0",
|
||||
"docco": "~0.8.0",
|
||||
"highlight.js": "~9.17.1",
|
||||
"highlight.js": "^9.18.1",
|
||||
"jison": "^0.4.18",
|
||||
"markdown-it": "~10.0.0",
|
||||
"underscore": "~1.9.1",
|
||||
"webpack": "~4.41.5"
|
||||
"underscore": "^1.9.2",
|
||||
"webpack": "^4.42.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue