Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed May 15, 2024
1 parent fa02afd commit b5c2691
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/guide/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ example, we placed an HTML page in this directory which we then served with the
If your app is an API or doesn't have any views, you don't need to create this
directory.

Primate's official modules includes support for various [frontend frameworks]
Primate's official modules include support for various [frontend frameworks]
such as React, Vue, Svelte, Solid or HTMX.

[routes]: /guide/routes
Expand Down
16 changes: 8 additions & 8 deletions packages/create-primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},
"type": "module",
"devDependencies": {
"@angular/compiler": "^17.3.7",
"@angular/core": "^17.3.7",
"@angular/platform-browser": "^17.3.7",
"@angular/platform-server": "^17.3.7",
"@angular/ssr": "^17.3.6",
"@angular/compiler": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-server": "^17.3.9",
"@angular/ssr": "^17.3.7",
"@marko/compiler": "^5.36.1",
"@marko/translator-default": "^6.0.0",
"@primate/build": "^0.5.1",
Expand All @@ -37,15 +37,15 @@
"handlebars": "^4.7.8",
"htmx.org": "^1.9.12",
"marked": "^12.0.2",
"mongodb": "^6.6.0",
"mongodb": "^6.6.2",
"postgres": "^3.4.4",
"primate": "^0.31.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"surrealdb.js": "^0.11.1",
"svelte": "^4.2.15",
"vue": "^3.4.26",
"svelte": "^4.2.17",
"vue": "^3.4.27",
"zone.js": "^0.14.5"
}
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@primate/types": "^0.15.0",
"better-sqlite3": "^9.6.0",
"mongodb": "^6.6.0",
"mongodb": "^6.6.2",
"mysql2": "^3.9.7",
"postgres": "^3.4.4",
"surrealdb.js": "^0.11.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"marked": "^12.0.2",
"primate": "^0.31.1",
"rcompat": "^0.11.1",
"shiki": "^1.4.0",
"svelte": "^4.2.15"
"shiki": "^1.5.2",
"svelte": "^4.2.17"
},
"scripts": {
"local": "scripts/local.sh",
Expand Down

0 comments on commit b5c2691

Please sign in to comment.