Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: upgrade deps to fix audit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Mar 28, 2023
1 parent 6a5914e commit d725f78
Show file tree
Hide file tree
Showing 5 changed files with 1,270 additions and 383 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"prepare": "mklib prepare"
},
"devDependencies": {
"@anilanar/mklib": "^7.0.0"
"@anilanar/mklib": "^8.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-joke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fp-ts": "^2.11.4"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/traverse": "^7.20.1"
"@babel/core": "^7.21.3",
"@babel/traverse": "^7.21.3"
}
}
2 changes: 1 addition & 1 deletion packages/joke-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@userlike/joke": "^2.1.2"
},
"devDependencies": {
"@types/jest": "29.2.3",
"@types/jest": "29.5.0",
"@userlike/babel-plugin-joke": "^2.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/joke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "exit 0"
},
"devDependencies": {
"@types/jest": "^29.2.3"
"@types/jest": "^29.5.0"
},
"peerDependencies": {
"@types/jest": ">=15.0.0"
Expand Down
Loading

0 comments on commit d725f78

Please sign in to comment.