Skip to content

Commit

Permalink
update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Aug 13, 2022
1 parent 4c24970 commit 8bc9489
Show file tree
Hide file tree
Showing 7 changed files with 214 additions and 132 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"license": "MIT",
"type": "module",
"scripts": {
"serve": "webpack serve",
"start": "webpack serve",
"build": "webpack",
"aphro": "aphro gen ./src/domain.aphro --dest ./src/domain",
"clean": "rm -rf dist",
"ts-build": "tsc"
},
"dependencies": {
"@aphro/absurd-sql-connector": "^0.2.1",
"@aphro/react": "^1.0.1",
"@aphro/runtime-ts": "^0.3.2",
"@aphro/react": "^1.1.0",
"@aphro/runtime-ts": "^0.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@aphro/codegen-cli": "^0.3.2",
"@aphro/codegen-cli": "^0.3.6",
"@types/react": "^18.0.14",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 8bc9489

Please sign in to comment.