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 76dc3bc commit b6826ea
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 235 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"json2env-debug": "tsn ./src/bin/json2env.ts ./src/test/someFile.json"
},
"dependencies": {
"@naturalcycles/js-lib": "^14.244.0",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.0",
"ajv": "^8.6.2",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.0.0",
"chalk": "^4.0.0",
"dotenv": "^16.0.0",
"fast-glob": "^3.2.11",
"joi": "^17.9.2",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"lru-cache": "^11.0.0",
"through2-concurrent": "^2.0.0",
"yargs": "^17.0.0"
"@naturalcycles/js-lib": "^14",
"@types/js-yaml": "^4",
"@types/jsonwebtoken": "^9",
"ajv": "^8",
"ajv-formats": "^3",
"ajv-keywords": "^5",
"chalk": "^4",
"dotenv": "^16",
"fast-glob": "^3",
"joi": "^17",
"js-yaml": "^4",
"jsonwebtoken": "^9",
"lru-cache": "^11",
"through2-concurrent": "^2",
"yargs": "^17"
},
"devDependencies": {
"@naturalcycles/bench-lib": "^3.0.0",
"@naturalcycles/dev-lib": "^15.0.3",
"@types/node": "^22.1.0",
"@types/through2-concurrent": "^2.0.0",
"@types/yargs": "^16.0.0",
"jest": "^29.0.0"
"@naturalcycles/bench-lib": "^3",
"@naturalcycles/dev-lib": "^15",
"@types/node": "^22",
"@types/through2-concurrent": "^2",
"@types/yargs": "^16",
"jest": "^29"
},
"bin": {
"kpy": "dist/bin/kpy.js",
Expand Down
Loading

0 comments on commit b6826ea

Please sign in to comment.