Skip to content

Commit

Permalink
Upgrade uix to 1.3.0.
Browse files Browse the repository at this point in the history
Upgrade to React 19.
  • Loading branch information
samcf committed Dec 16, 2024
1 parent 44193d6 commit 334ae99
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git clone git@github.com:samcf/ogres.git

# install dependencies and start the local web server
# by default opens at http://localhost:8080
npm install --legacy-peer-deps
npm install
npm start

# run the process that bundles CSS files
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths ["src/main" "src/test"]
:deps {com.cognitect/transit-clj {:mvn/version "1.0.329"}
com.cognitect/transit-cljs {:mvn/version "0.8.269"}
com.pitch/uix.core {:mvn/version "1.1.0"}
com.pitch/uix.dom {:mvn/version "1.1.0"}
com.pitch/uix.core {:mvn/version "1.3.0"}
com.pitch/uix.dom {:mvn/version "1.3.0"}
datascript-transit/datascript-transit {:mvn/version "0.3.0" :exclusions [com.cognitect/transit-clj com.cognitect/transit-cljs]}
datascript/datascript {:mvn/version "1.5.3"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.10"}
Expand Down
55 changes: 30 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@msgpack/msgpack": "^3.0.0-beta2",
"@rwh/keystrokes": "^1.5.4",
"@rwh/react-keystrokes": "^1.5.4",
"react": "^19.0.0-rc-512b09b2-20240718",
"react-dom": "^19.0.0-rc-512b09b2-20240718",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-transition-group": "^4.4.5"
},
"scripts": {
Expand Down

0 comments on commit 334ae99

Please sign in to comment.