Skip to content

Commit

Permalink
v1.0.3 of client
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Mar 21, 2023
1 parent 5405521 commit c4c7fbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/emilwidlund/nodl#readme",
"dependencies": {
"@emotion/react": "^11.10.6",
"@nodl/core": "^1.0.2",
"@nodl/core": "^1.0.3",
"@nodl/react": "^1.0.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/three-js-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/emilwidlund/nodl#readme",
"dependencies": {
"@emotion/react": "^11.10.6",
"@nodl/core": "^1.0.2",
"@nodl/core": "^1.0.3",
"@nodl/react": "^1.0.3",
"@react-three/fiber": "^8.12.0",
"@types/react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/emilwidlund/nodl#readme",
"dependencies": {
"@nodl/core": "^1.0.2",
"@nodl/core": "^1.0.3",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.26",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@docusaurus/preset-classic": "2.3.1",
"@emotion/react": "^11.10.6",
"@mdx-js/react": "^1.6.22",
"@nodl/core": "^1.0.2",
"@nodl/core": "^1.0.3",
"@nodl/react": "^1.0.3",
"clsx": "^1.2.1",
"color": "^4.2.3",
Expand Down

0 comments on commit c4c7fbb

Please sign in to comment.