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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Oct 9, 2021
1 parent e0a5fda commit 03cde5e
Show file tree
Hide file tree
Showing 5 changed files with 2,969 additions and 5,361 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"homepage": "https://github.com/userlike/joke",
"repository": "https://github.com/userlike/joke.git",
"private": true,
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "mklib prepare"
},
"devDependencies": {
"@anilanar/mklib": "^3.0.5"
"@anilanar/mklib": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/babel-plugin-joke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"access": "public"
},
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"fp-ts": "^2.8.1"
"@babel/helper-module-imports": "^7.15.4",
"fp-ts": "^2.11.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/traverse": "^7.0.0"
"@babel/core": "^7.15.8",
"@babel/traverse": "^7.15.4"
}
}
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.0"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "27.0.2",
"@userlike/babel-plugin-joke": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/joke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "exit 0"
},
"devDependencies": {
"@types/jest": "^27.0.1"
"@types/jest": "^27.0.2"
},
"peerDependencies": {
"@types/jest": ">=15.0.0 <=27"
Expand Down
Loading

0 comments on commit 03cde5e

Please sign in to comment.