Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 9, 2024
1 parent f7f9ed7 commit bbbdb68
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"dependencies": {
"dotenv": "^16.4.5",
"lodash-es": "^4.17.21",
"semver": "^7.6.3",
"toml": "^3.0.0",
"yaml": "^2.5.1",
"zod": "^3.23.8",
"zx": "^8.1.9"
"dotenv": "16.4.5",
"lodash-es": "4.17.21",
"semver": "7.6.3",
"toml": "3.0.0",
"yaml": "2.5.1",
"zod": "3.23.8",
"zx": "8.1.9"
},
"description": "",
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5"
"@types/lodash-es": "4.17.12",
"@types/node": "22.7.5"
},
"main": "index.js",
"name": "crawl-core-version",
Expand Down

0 comments on commit bbbdb68

Please sign in to comment.