Skip to content

Commit

Permalink
📦 Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Feb 17, 2023
1 parent e8dbf69 commit 4ec512e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"testEnvironment": "node"
},
"dependencies": {
"luxon": "^1.25.0"
"luxon": "3.2.1"
},
"sideEffects": false,
"keywords": [
Expand All @@ -41,13 +41,13 @@
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.14",
"@types/luxon": "^1.25.1",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"@types/luxon": "3.2.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-security": "^1.4.0",
"jest": "^26.5.2",
"pre-commit": "^1.2.2",
Expand Down

0 comments on commit 4ec512e

Please sign in to comment.