Skip to content

Commit

Permalink
Upgrade all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
themetalfleece committed Jan 15, 2024
1 parent 84992f9 commit efcb3ab
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 721 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"dist/**/*"
],
"dependencies": {
"@types/revalidator": "^0.3.8",
"@types/revalidator": "^0.3.12",
"clone": "^2.1.2",
"dotenv": "^16.3.1",
"neo4j-driver": "^5.11.0",
"neo4j-driver": "^5.16.0",
"revalidator": "^0.3.1",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/clone": "^2.1.1",
"@types/clone": "^2.1.4",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.7",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.2",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.2",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"scripts": {
"lint": "eslint --fix --quiet src/**/*.ts",
Expand Down
Loading

0 comments on commit efcb3ab

Please sign in to comment.