Skip to content

Commit

Permalink
partial rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Aug 12, 2024
1 parent f05664c commit f520b63
Show file tree
Hide file tree
Showing 2 changed files with 2,057 additions and 565 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,51 +50,52 @@
},
"dependencies": {
"chalk": "^5.3.0",
"dayjs": "^1.11.12",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"ini": "^4.1.3",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"prom-client": "^15.1.3"
"prom-client": "^15.1.2"
},
"optionalDependencies": {
"redis": "^4.7.0"
"redis": "^4.6.14"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.13.3",
"@cspell/eslint-plugin": "^8.9.1",
"@faker-js/faker": "^8.4.1",
"@types/dotenv": "^8.2.0",
"@types/ini": "^4.1.1",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.15",
"@types/node": "^20.14.8",
"@types/node-cron": "^3.0.11",
"@types/semver": "^7.5.8",
"@types/sinonjs__fake-timers": "^8.1.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsonc": "^2.14.1",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^51.0.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"npm-check-updates": "^16.14.20",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",
"tsx": "^4.17.0",
"type-fest": "^4.24.0",
"typescript": "^5.5.4"
"tsx": "^4.15.7",
"type-fest": "^4.20.1",
"typescript": "^5.5.2"
},
"jest": {
"collectCoverage": true,
Expand Down
Loading

0 comments on commit f520b63

Please sign in to comment.