Skip to content

Commit

Permalink
update dev dependencies and bump up version to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 14, 2019
1 parent 98f6c8e commit fa53526
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-wasm",
"version": "0.0.11",
"version": "0.0.12",
"description": "Vim editor ported to WebAssembly",
"type": "module",
"main": "vimwasm.js",
Expand Down Expand Up @@ -59,35 +59,35 @@
],
"types": "./vimwasm.d.ts",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai": "^4.2.0",
"@types/http-server": "^0.10.0",
"@types/karma": "^3.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"@types/puppeteer": "^1.19.0",
"@types/node": "^12.7.1",
"@types/puppeteer": "^1.19.1",
"@types/sinon": "^7.0.13",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"chai": "^4.2.0",
"chokidar-cli": "^2.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-security": "^1.4.0",
"http-server": "^0.11.1",
"husky": "^3.0.1",
"husky": "^3.0.3",
"img-diff-js": "^0.4.1",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.5",
"open": "^6.4.0",
"prettier": "^1.18.2",
"puppeteer": "^1.19.0",
"sinon": "^7.3.2",
"sinon": "^7.4.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0",
"typescript": "^3.5.3",
Expand Down

0 comments on commit fa53526

Please sign in to comment.