Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 9, 2024
1 parent 9e33214 commit 2c11543
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/create-primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"handlebars": "^4.7.8",
"htmx.org": "^2.0.1",
"marked": "^13.0.3",
"marko": "^5.35.7",
"marko": "^5.35.8",
"mongodb": "^6.8.0",
"postgres": "^3.4.4",
"primate": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"surrealdb.js": "^0.11.1",
"svelte": "^4.2.18",
"vue": "^3.4.36",
"vue": "^3.4.37",
"zone.js": "^0.14.10"
}
}
2 changes: 1 addition & 1 deletion packages/eta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@primate/frontend": "workspace:^",
"eta": "^3.4.0"
"eta": "^3.4.1"
},
"peerDependencies": {
"primate": "workspace:^"
Expand Down
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.1",
"@rcompat/http": "^0.5.2",
"@rcompat/fs": "^0.5.0",
"@rcompat/http": "^0.5.3",
"@rcompat/object": "^0.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@primate/core": "workspace:^",
"@rcompat/cli": "^0.5.1",
"@rcompat/env": "^0.3.0",
"@rcompat/fs": "^0.4.1",
"@rcompat/fs": "^0.5.0",
"@rcompat/invariant": "^0.5.0",
"@rcompat/object": "^0.5.0",
"@rcompat/platform": "^0.3.0",
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.1",
"@rcompat/http": "^0.5.2"
"@rcompat/fs": "^0.5.0",
"@rcompat/http": "^0.5.3"
},
"type": "module",
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@marko/compiler": "^5.37.4",
"@marko/translator-default": "^6.0.6",
"@primate/frontend": "workspace:^",
"marko": "^5.35.7"
"marko": "^5.35.8"
},
"peerDependencies": {
"primate": "workspace:^"
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.1",
"@rcompat/fs": "^0.5.0",
"@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.1",
"@rcompat/fs": "^0.5.0",
"pyodide": "^0.26.2"
},
"peerDependencies": {
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.1",
"@rcompat/fs": "^0.5.0",
"@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.1",
"@rcompat/fs": "^0.5.0",
"@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.1",
"@rcompat/fs": "^0.5.0",
"@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.1"
"@rcompat/fs": "^0.5.0"
},
"peerDependencies": {
"@primate/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@primate/frontend": "workspace:^",
"vue": "^3.4.36"
"vue": "^3.4.37"
},
"peerDependencies": {
"primate": "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.1"
"@rcompat/fs": "^0.5.0"
},
"peerDependencies": {
"primate": "workspace:^"
Expand Down

0 comments on commit 2c11543

Please sign in to comment.