Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 7, 2023
1 parent 3b8f933 commit 308f54d
Show file tree
Hide file tree
Showing 2 changed files with 2,229 additions and 1,485 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@
"license": "MIT",
"dependencies": {
"@nsis/language-data": "^0.9.0",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-plugin-json": "^3.1.0",
"husky": "^8.0.3",
"lint-staged": "13.1.1",
"np": "^7.6.3",
"npm-run-all2": "^6.0.4",
"prettier": "^2.8.4",
"lint-staged": "13.2.3",
"np": "^8.0.4",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-lint-recommended": "^6.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"remark-preset-prettier": "^2.0.1",
"rimraf": "^4.1.2",
"rollup": "^3.15.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"uvu": "^0.5.6",
"which": "^3.0.0"
"which": "^3.0.1"
},
"scripts": {
"build": "rollup -c",
Expand Down
Loading

0 comments on commit 308f54d

Please sign in to comment.