Skip to content

Commit

Permalink
fix dependency type
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTK committed Nov 3, 2023
1 parent eac2141 commit a7dc03d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@
"@vitest/ui": "^0.14.2",
"autoprefixer": "^10.4.14",
"change-case": "^4.1.2",
"clsx": "^1.2.1",
"daisyui": "^2.51.6",
"jsdom": "^19.0.0",
"lodash.get": "^4.4.2",
"postcss": "^8.4.14",
"protobufjs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5",
"react-test-renderer": "^17.0.2",
"rollup-plugin-visualizer": "^5.8.3",
"rome": "^12.1.0",
Expand All @@ -50,7 +47,9 @@
"vitest": "^0.25.2"
},
"dependencies": {
"clsx": "^1.2.1",
"protobufjs": "^6.11.2"
"protobufjs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5"
}
}

0 comments on commit a7dc03d

Please sign in to comment.