Skip to content

Commit

Permalink
Update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
af committed Sep 19, 2023
1 parent 535042e commit 9a0f02e
Show file tree
Hide file tree
Showing 3 changed files with 530 additions and 401 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"validation"
],
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"expect-type": "^0.15.0",
"husky": "8.0.2",
"jest": "29.3.1",
"prettier": "2.8.0",
"ts-jest": "29.0.3",
"typescript": "4.9.3"
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"expect-type": "^0.16.0",
"husky": "8.0.3",
"jest": "29.7.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"author": "Aaron Franks",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tests/types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ test('cleanEnv', () => {
BOOL_DEFAULT: undefined,
BOOL_DEV_DEFAULT: undefined,
// Required for `devDefault` to not process.exit(1)
NODE_ENV: "development",
NODE_ENV: 'development',
NUM: '34',
NUM_DEFAULT_CHOICES: '3',
JSON_ANY: JSON.stringify(true),
Expand Down
Loading

0 comments on commit 9a0f02e

Please sign in to comment.