Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arition committed Jan 11, 2021
1 parent 702d29b commit e855e33
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 439 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@
]
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@jest/globals": "^26.5.2",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.12.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.0",
"husky": "^4.3.7",
"jest": "^26.4.2",
"lint-staged": "^10.5.2",
"lint-staged": "^10.5.3",
"prebuild": "^10.0.1",
"prettier": "^2.2.1"
},
"dependencies": {
"bindings": "^1.5.0",
"cmake-js": "^6.1.0",
"node-addon-api": "^3.0.0",
"node-addon-api": "^3.1.0",
"prebuild-install": "^6.0.0",
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"binary": {
"napi_versions": [
Expand Down
Loading

0 comments on commit e855e33

Please sign in to comment.