Skip to content

Commit

Permalink
create-primate: 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Feb 1, 2024
1 parent 7ef055f commit 9c9d449
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/create-primate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-primate",
"version": "0.8.2",
"version": "0.9.0",
"description": "CLI for creating Primate projects",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand All @@ -20,13 +20,13 @@
},
"type": "module",
"devDependencies": {
"@primate/build": "^0.2.0",
"@primate/frontend": "^0.9.4",
"@primate/liveview": "^0.10.0",
"@primate/session": "^0.15.0",
"@primate/store": "^0.20.1",
"@primate/types": "^0.11.0",
"@primate/ws": "^0.9.0",
"@primate/build": "^0.3.1",
"@primate/frontend": "^0.11.0",
"@primate/liveview": "^0.11.0",
"@primate/session": "^0.16.0",
"@primate/store": "^0.21.0",
"@primate/types": "^0.12.0",
"@primate/ws": "^0.10.0",
"babel-preset-solid": "^1.8.12",
"better-sqlite3": "^9.3.0",
"esbuild": "^0.20.0",
Expand All @@ -35,7 +35,7 @@
"marked": "^11.2.0",
"mongodb": "^6.3.0",
"postgres": "^3.4.3",
"primate": "^0.27.4",
"primate": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.12",
Expand Down

0 comments on commit 9c9d449

Please sign in to comment.