Skip to content

Commit

Permalink
Don't need to depend on the type lib
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tanner committed May 12, 2023
1 parent 4cb3fc2 commit 1529089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"jenkins-test": "ENV=ava ava --tap | tap-xunit --package unit > test-report.xml"
},
"dependencies": {
"@types/deep-equal": "^1.0.1",
"deep-clone": "^4.0.0",
"deep-equal": "^2.2.1"
},
"devDependencies": {
"@lifeomic/eslint-config-standards": "^3.0.0",
"@lifeomic/typescript-config": "^2.0.0",
"@types/deep-equal": "^1.0.1",
"@types/lodash": "^4.5.7",
"@types/node": "^18",
"@types/semver": "^7.5.0",
Expand Down

0 comments on commit 1529089

Please sign in to comment.