Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seo-rii committed Dec 8, 2021
1 parent ccb34af commit 039bd76
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 395 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
"@seorii/win32-displayconfig": "^0.1.1",
"bindings": "^1.5.0",
"node-addon-api": "^4.2.0",
"node-gyp": "^8.2.0"
"node-gyp": "^8.4.1"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@electron/remote": "^2.0.1",
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"electron": "^15.3.0",
"eslint": "^7.32.0",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"electron": "^16.0.4",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^6.0.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"standard-version": "^9.3.1",
"typescript": "^4.4.3",
"yarn": "^1.22.11"
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"standard-version": "^9.3.2",
"typescript": "^4.5.2",
"yarn": "^1.22.17"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 039bd76

Please sign in to comment.