Skip to content

Commit

Permalink
Updated versions of fluentui, react, reagent
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuenzalida committed Jan 23, 2022
1 parent e6e3bfc commit c9d8bc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"license": "MIT",
"devDependencies": {
"http-server": "^0.12.3",
"shadow-cljs": "^2.11.7"
"shadow-cljs": "^2.16.12"
},
"dependencies": {
"@fluentui/react": "^8.7.1",
"@uifabric/icons": "^7.5.23",
"@fluentui/react": "^8.50.0",
"@fluentui/font-icons-mdl2": "^8.1.20",
"create-react-class": "^15.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"author": "Denis Fuenzalida",
"scripts": {
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"]]
:dependencies [[reagent "1.1.0"]]
:dev-http {8080 "target/"}
:builds {:app {:target :browser
:output-dir "target"
Expand Down
4 changes: 2 additions & 2 deletions src/fabric_todos/core.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns fabric-todos.core
(:require ["@fluentui/react" :as f]
["@uifabric/icons" :as ui]
["@fluentui/font-icons-mdl2" :refer [initializeIcons]]
[reagent.dom :as rdom]
[fabric-todos.header :as header]
[fabric-todos.todo-list :as todo-list]
Expand All @@ -25,7 +25,7 @@

(defn main! []
(println "starting...")
(ui/initializeIcons)
(initializeIcons)
(init-ui))

(defn ^:dev/after-load reload! []
Expand Down

0 comments on commit c9d8bc4

Please sign in to comment.