Skip to content

Commit

Permalink
Dependencies issue fixed by enforced version of them
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 13, 2024
1 parent eaec77b commit c28577a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,30 @@
},
"homepage": "https://cresteem.com/opensource/richie-js",
"dependencies": {
"@prettier/sync": "^0.5.1",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"country-list": "^2.3.0",
"luxon": "^3.4.4",
"mkdirp": "^3.0.1",
"prettier": "^3.2.5",
"puppeteer": "^22.3.0",
"yargs": "^17.7.2"
"@prettier/sync": "0.5.1",
"axios": "1.6.7",
"cheerio": "1.0.0-rc.12",
"country-list": "2.3.0",
"luxon": "3.4.4",
"mkdirp": "3.0.1",
"prettier": "3.2.5",
"puppeteer": "22.3.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/country-list": "^2.1.4",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"babel-jest": "^29.7.0",
"glob": "^10.3.15",
"jest": "^29.7.0",
"ncp": "^2.0.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@types/country-list": "2.1.4",
"@types/jest": "29.5.12",
"@types/luxon": "3.4.2",
"@typescript-eslint/eslint-plugin": "7.7.0",
"babel-jest": "29.7.0",
"glob": "10.3.15",
"jest": "29.7.0",
"ncp": "2.0.0",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}
}

0 comments on commit c28577a

Please sign in to comment.