Skip to content

Commit

Permalink
Merge pull request #26 from emilwidlund/zod-peer-dep
Browse files Browse the repository at this point in the history
Zod as peer dependency
  • Loading branch information
emilwidlund authored Mar 21, 2023
2 parents 5de32a5 + c4c7fbb commit fb27fdd
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 209 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
8 changes: 5 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodl/core",
"version": "1.0.2",
"version": "1.0.3",
"description": "Core implementation of the Nodl framework",
"main": "build/index.js",
"author": "Emil Widlund",
Expand Down Expand Up @@ -28,14 +28,16 @@
"mobx": "^6.8.0",
"rxjs": "^7.8.0",
"typescript": "^4.9.4",
"uuid": "^9.0.0",
"zod": "^3.20.2"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/uuid": "^9.0.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typedoc": "^0.23.26"
},
"peerDependencies": {
"zod": "^3.21.4"
}
}
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
Loading

1 comment on commit fb27fdd

@vercel
Copy link

@vercel vercel bot commented on fb27fdd Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.