Skip to content

Commit

Permalink
chore(deps): only allow latest major version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Aug 26, 2023
1 parent 20d2f4f commit 08f7110
Show file tree
Hide file tree
Showing 6 changed files with 663 additions and 36 deletions.
4 changes: 2 additions & 2 deletions parcel/transformer-include/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"peerDependencies": {
"@parcel/types": "^2.8.3",
"@types/node": "^18.11.18",
"rimraf": "^4.1.2 || ^5.0.0",
"typescript": "^4.9.5 || ^5.0.0"
"rimraf": "^5.0.0",
"typescript": "^5.0.0"
}
}
229 changes: 219 additions & 10 deletions parcel/transformer-include/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions parcel/transformer-pandoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@parcel/types": "^2.8.3",
"@types/node": "^18.11.18",
"rimraf": "^4.1.2 || ^5.0.0",
"typescript": "^4.9.5 || ^5.0.0"
"rimraf": "^5.0.0",
"typescript": "^5.0.0"
}
}
Loading

0 comments on commit 08f7110

Please sign in to comment.