Skip to content

Commit

Permalink
deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 5, 2024
1 parent db567e1 commit 2e9f99f
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@primate/frontend": "workspace:^",
"@rcompat/build": "^0.4.0",
"@rcompat/object": "^0.5.0",
"zone.js": "0.14"
"zone.js": "~0.14.10"
},
"peerDependencies": {
"primate": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@rcompat/build": "^0.4.0",
"@rcompat/cli": "^0.5.1",
"@rcompat/crypto": "^0.5.0",
"@rcompat/fs": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/function": "^0.4.0",
"@rcompat/http": "^0.5.1",
"@rcompat/http": "^0.5.2",
"@rcompat/invariant": "^0.5.0",
"@rcompat/object": "^0.5.0",
"@rcompat/package": "^0.7.0",
"@rcompat/platform": "^0.3.0",
"@rcompat/stdio": "^0.4.0",
"@rcompat/stdio": "^0.5.0",
"@rcompat/sync": "^0.3.0"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"surrealdb.js": "^0.11.1",
"svelte": "^4.2.18",
"vue": "^3.4.35",
"zone.js": "^0.14.8"
"zone.js": "^0.14.10"
}
}
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@rcompat/async": "^0.3.0",
"@rcompat/build": "^0.4.0",
"@rcompat/crypto": "^0.5.0",
"@rcompat/fs": "^0.4.0",
"@rcompat/http": "^0.5.1",
"@rcompat/fs": "^0.4.1",
"@rcompat/http": "^0.5.2",
"@rcompat/object": "^0.5.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@primate/core": "workspace:^",
"@rcompat/cli": "^0.5.1",
"@rcompat/env": "^0.3.0",
"@rcompat/fs": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/invariant": "^0.5.0",
"@rcompat/object": "^0.5.0",
"@rcompat/platform": "^0.3.0",
"@rcompat/stdio": "^0.4.0"
"@rcompat/stdio": "^0.5.0"
},
"peerDependencies": {
"primate": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@primate/core": "workspace:^",
"@rcompat/cli": "^0.5.1",
"@rcompat/fs": "^0.4.0",
"@rcompat/http": "^0.5.1"
"@rcompat/fs": "^0.4.1",
"@rcompat/http": "^0.5.2"
},
"type": "module",
"imports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@primate/core": "workspace:^",
"@rcompat/cli": "^0.5.1",
"@rcompat/fs": "^0.4.0",
"@rcompat/stdio": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/stdio": "^0.5.0",
"@rcompat/webview": "^0.7.0"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rcompat/args": "^0.3.0",
"@rcompat/async": "^0.3.0",
"@rcompat/cli": "^0.5.1",
"@rcompat/fs": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/package": "^0.7.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@primate/core": "workspace:^",
"@rcompat/fs": "^0.4.0"
"@rcompat/fs": "^0.4.1"
},
"peerDependencies": {
"primate": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@primate/frontend": "workspace:^",
"@rcompat/build": "^0.4.0",
"@rcompat/fs": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/platform": "^0.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@primate/frontend": "workspace:^",
"@rcompat/build": "^0.4.0",
"@rcompat/fs": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/platform": "^0.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rcompat/array": "^0.3.0",
"@rcompat/async": "^0.3.0",
"@rcompat/cli": "^0.5.1",
"@rcompat/fs": "^0.4.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/function": "^0.4.0",
"@rcompat/invariant": "^0.5.0",
"@rcompat/object": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@primate/frontend": "workspace:^",
"@rcompat/fs": "^0.4.0"
"@rcompat/fs": "^0.4.1"
},
"peerDependencies": {
"@primate/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/webc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@primate/frontend": "workspace:^",
"@rcompat/fs": "^0.4.0"
"@rcompat/fs": "^0.4.1"
},
"peerDependencies": {
"primate": "workspace:^"
Expand Down

0 comments on commit 2e9f99f

Please sign in to comment.