Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuenzalida committed Apr 1, 2021
1 parent 81b401d commit 3ec721e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"shadow-cljs": "^2.11.7"
},
"dependencies": {
"@fluentui/react": "^7.149.3",
"@uifabric/icons": "^7.5.15",
"@fluentui/react": "^8.7.1",
"@uifabric/icons": "^7.5.23",
"create-react-class": "^15.7.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"author": "Denis Fuenzalida",
"license": "MIT",
"scripts": {
"watch": "shadow-cljs watch app",
"compile": "shadow-cljs compile app",
Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:source-paths ["src"]
:dependencies [[reagent "1.0.0-alpha2"]]
:dependencies [[reagent "1.0.0"]]
:dev-http {8080 "target/"}
:builds {:app {:target :browser
:output-dir "target"
Expand Down

0 comments on commit 3ec721e

Please sign in to comment.