Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 7, 2024
1 parent f8b4e56 commit 9fa91ea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 19 deletions.
1 change: 1 addition & 0 deletions docs/modules/native.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ active) or not.
* [Repository][repo]

[repo]: https://github.com/primatejs/primate/tree/master/packages/native
[bun-compilation-issues]: https://github.com/oven-sh/bun/issues/11959
2 changes: 1 addition & 1 deletion packages/eta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"directory": "packages/eta"
},
"dependencies": {
"eta": "^3.4.0",
"@primate/frontend": "workspace:^"
},
"peerDependencies": {
"eta": "3",
"primate": "workspace:^"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"directory": "packages/handlebars"
},
"dependencies": {
"handlebars": "^4.7.8",
"@primate/frontend": "workspace:^"
},
"peerDependencies": {
"handlebars": "4",
"primate": "workspace:^"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/htmx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"directory": "packages/htmx"
},
"dependencies": {
"htmx-esm": "^0.2.0",
"@primate/frontend": "workspace:^",
"@primate/html": "workspace:^",
"@rcompat/object": "^0.5.0",
"@rcompat/string": "^0.3.0"
},
"peerDependencies": {
"htmx-esm": "0.2",
"primate": "workspace:^"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"directory": "packages/markdown"
},
"dependencies": {
"marked": "^13.0.3",
"@primate/frontend": "workspace:^"
},
"peerDependencies": {
"marked": "13",
"primate": "workspace:^"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"directory": "packages/marko"
},
"dependencies": {
"marko": "^5.35.7",
"@marko/compiler": "^5.37.4",
"@marko/translator-default": "^6.0.6",
"@primate/frontend": "workspace:^"
},
"peerDependencies": {
"@marko/compiler": "5",
"@marko/translator-default": "6",
"marko": "5",
"primate": "workspace:^"
},
"type": "module",
Expand Down
7 changes: 1 addition & 6 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@
"directory": "packages/mongodb"
},
"dependencies": {
"mongodb": "^6.8.0",
"@primate/core": "workspace:^",
"@primate/store": "workspace:^",
"@rcompat/invariant": "^0.5.0",
"@rcompat/object": "^0.5.0"
},
"devDependencies": {
"mongodb": "^6.8.0"
},
"peerDependencies": {
"mongodb": "6"
},
"type": "module",
"imports": {
"#*": {
Expand Down
7 changes: 1 addition & 6 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@
"@primate/core": "workspace:^",
"@primate/store": "workspace:^",
"@rcompat/invariant": "^0.5.0",
"@rcompat/object": "^0.5.0"
},
"devDependencies": {
"@rcompat/object": "^0.5.0",
"mysql2": "^3.11.0"
},
"peerDependencies": {
"mysql2": "3"
},
"type": "module",
"imports": {
"#*": {
Expand Down

0 comments on commit 9fa91ea

Please sign in to comment.