Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 4, 2024
1 parent 26d939e commit f32856a
Show file tree
Hide file tree
Showing 2 changed files with 832 additions and 703 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md"
],
"engines": {
"node": ">=16.13 || >=18"
"node": ">=18"
},
"repository": {
"type": "git",
Expand All @@ -24,27 +24,27 @@
],
"license": "MIT",
"dependencies": {
"@nsis/language-data": "^0.9.0",
"@nsis/language-data": "^0.9.2",
"tsup": "^8.0.2"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-json": "^3.1.0",
"husky": "^8.0.3",
"lint-staged": "13.2.3",
"husky": "^9.0.11",
"lint-staged": "15.2.2",
"np": "^8.0.4",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"remark-cli": "^12.0.0",
"remark-preset-lint-recommended": "^6.1.3",
"remark-preset-prettier": "^2.0.1",
"rimraf": "^5.0.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"uvu": "^0.5.6",
"which": "^3.0.1"
},
Expand Down
Loading

0 comments on commit f32856a

Please sign in to comment.