Skip to content

Commit

Permalink
chore(deps): update dependency sherif to v1 (#116)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency sherif to v1

* Fix sorting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lachlan Collins <[email protected]>
  • Loading branch information
renovate[bot] and lachlancollins authored Sep 4, 2024
1 parent fe73c58 commit 49ecd3c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.10",
"sherif": "^0.11.0",
"sherif": "^1.0.0",
"solid-js": "^1.8.22",
"typescript": "5.4.2",
"typescript49": "npm:[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"zone.js": "^0.15.0"
},
"peerDependencies": {
"@angular/core": ">=16 < 18",
"@angular/common": ">=16 < 18"
"@angular/common": ">=16 < 18",
"@angular/core": ">=16 < 18"
}
}
4 changes: 2 additions & 2 deletions packages/vue-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"@vue/composition-api": "^1.7.2",
"vue": "^3.4.38",
"vue2": "npm:[email protected]",
"vue2.7": "npm:[email protected]",
"@vitejs/plugin-vue": "^5.1.3"
"vue2.7": "npm:[email protected]"
},
"peerDependencies": {
"@vue/composition-api": "^1.2.1",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 49ecd3c

Please sign in to comment.