Skip to content

Commit

Permalink
chore: Unpin dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov authored Jul 15, 2024
1 parent 1cdf8a7 commit a90a0f7
Show file tree
Hide file tree
Showing 2 changed files with 3,754 additions and 21 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,27 @@
"test": "jest --coverage=true"
},
"dependencies": {
"fs-extra": "11.2.0",
"toml-eslint-parser": "0.9.3",
"upath": "2.0.1",
"zod": "3.23.8"
"fs-extra": "^11.2.0",
"toml-eslint-parser": "^0.9.0",
"upath": "^2.0.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@eslint/js": "9.5.0",
"@jest/globals": "29.7.0",
"@tsconfig/node18": "18.2.4",
"@types/common-tags": "1.8.4",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"common-tags": "1.8.2",
"eslint": "8.57.0",
"jest": "29.7.0",
"npm-run-all2": "6.2.0",
"rimraf": "5.0.7",
"ts-jest": "29.1.5",
"type-fest": "4.20.1",
"typescript": "5.5.2",
"typescript-eslint": "7.13.1"
}
}
"@eslint/js": "^9.5.0",
"@jest/globals": "^29.7.0",
"@tsconfig/node18": "^18.2.0",
"@types/common-tags": "^1.8.0",
"@types/fs-extra": "^11.0.0",
"@types/jest": "^29.5.0",
"common-tags": "^1.8.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"npm-run-all2": "^6.2.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"type-fest": "^4.20.0",
"typescript": "^5.5.0",
"typescript-eslint": "^7.13.0"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}
Loading

0 comments on commit a90a0f7

Please sign in to comment.