Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "git",
"url": "https://github.com/tanstack/store.git"
},
"packageManager": "pnpm@11.1.0",
"packageManager": "pnpm@11.9.0",
"engines": {
"pnpm": ">=11.0.0"
"pnpm": ">=11.9.0"
},
"type": "module",
"scripts": {
Expand Down Expand Up @@ -81,15 +81,6 @@
"@tanstack/vue-store": "workspace:*",
"@tanstack/lit-store": "workspace:*"
},
"pnpm": {
"packageExtensions": {
"@vue/composition-api": {
"peerDependencies": {
"vue": ">= 2.5"
}
}
}
},
"sherif": {
"ignorePackage": [
"./examples/*"
Expand Down
15 changes: 10 additions & 5 deletions pnpm-lock.yaml

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

11 changes: 11 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@ linkWorkspacePackages: true
preferWorkspacePackages: true
blockExoticSubdeps: true
trustPolicy: 'no-downgrade'
minimumReleaseAge: 1440

trustPolicyExclude:
- 'chokidar@4.0.3' # Socket: popular, 193M weekly downloads; alerts page returned no alert entries
- 'semver@5.7.2' # Socket: popular legacy line, 673M weekly downloads; alerts page returned no alert entries
- 'semver@6.3.1' # Socket: popular latest-6 line, 673M weekly downloads; alerts page returned no alert entries

peerDependencyRules:
allowedVersions:
'@vue/composition-api>vue': '>= 2.5'

packageExtensions:
'@vue/composition-api':
peerDependencies:
vue: '>= 2.5'

packages:
- 'packages/**'
- 'examples/angular/**'
Expand Down
Loading