Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2022
1 parent e369e70 commit c0d75a8
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 105 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@changesets/cli": "^2.23.0",
"prettier": "^2.7.1"
"@changesets/cli": "2.25.2",
"prettier": "2.8.1"
}
}
12 changes: 6 additions & 6 deletions packages/repack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"rollup-plugin-esbuild": "^4.9.1"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/fs-extra": "^9.0.13",
"@types/ramda": "^0.28.14",
"graphql": "^16.5.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"@tsconfig/node16": "1.0.3",
"@types/fs-extra": "9.0.13",
"@types/ramda": "0.28.20",
"graphql": "16.6.0",
"prettier": "2.8.1",
"typescript": "4.9.4"
},
"peerDependencies": {
"graphql": "^16.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-libraries/robocow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"main": "./index.js",
"dependencies": {
"blorp": "workspace:*",
"cowsay": "^1.5.0"
"cowsay": "1.5.0"
}
}
Loading

0 comments on commit c0d75a8

Please sign in to comment.