Skip to content

Commit

Permalink
fix(deps): simplified semver dependency declaration (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jan 5, 2025
1 parent b367329 commit 9b74c51
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 344 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"tsn-debug-esbuild": "tsc && CLI_DEBUG=1 TSN_ESBUILD=1 node ./dist/bin/tsn.js testscript.ts"
},
"dependencies": {
"@naturalcycles/nodejs-lib": "^13.0.1",
"dotenv": "^16.0.0",
"ts-node": "^10.0.0",
"tslib": "^2.6.2",
"typescript": "^5.0.2"
"@naturalcycles/nodejs-lib": "^13",
"dotenv": "^16",
"ts-node": "^10",
"tslib": "^2",
"typescript": "^5"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^15.0.0",
"@types/node": "^22.2.0"
"@naturalcycles/dev-lib": "^15",
"@types/node": "^22"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 9b74c51

Please sign in to comment.