Skip to content

Commit

Permalink
Upgrading to the Node 20 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya committed Jul 4, 2024
1 parent 7d80b02 commit 82d5058
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@
"release:ci:major": "release-it major --ci"
},
"devDependencies": {
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@types/chai": "^4.3.12",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chai": "^4.3.16",
"@types/chai-spies": "^1.0.6",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"chai": "^4.3.7",
"chai-spies": "^1.0.0",
"@types/dirty-chai": "^2.0.4",
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"chai": "^4.4.1",
"chai-spies": "^1.1.0",
"dirty-chai": "^2.0.1",
"eslint": "^8.43.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-typescript-formatter": "0.0.2",
"mocha": "^10.2.0",
"mocha": "^10.6.0",
"mocha-junit-reporter": "^2.2.1",
"release-it": "^17.0.0",
"rollup": "^4.0.2",
"release-it": "^17.4.1",
"rollup": "^4.18.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-dts": "^6.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
"typescript": "^5.5.3"
}
}

0 comments on commit 82d5058

Please sign in to comment.