Compare commits

..

No commits in common. "bff31084dff5a0ee38ebbf811b1dd663365ba7ac" and "90f79cc5e03a2e43d66bfe522e5fd696ddd48828" have entirely different histories.

2 changed files with 459 additions and 761 deletions

1196
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,22 +23,22 @@
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsdoc": "^38.1.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.1",
"husky": "^7.0.2",
"jest": "^27.5.1",
"lint-staged": "^13.0.0",
"prettier": "2.6.2",
"lint-staged": "^12.3.7",
"prettier": "2.3.2",
"ts-jest": "^27.1.4",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.2"
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"