1
0
Fork 0
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:
Geoffrey Booth 2020-03-10 00:28:54 -07:00 committed by GitHub
parent 26a7ba1659
commit 3136bde928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 450 additions and 505 deletions

943
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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": {}
}