Skip to content

Commit

Permalink
chore: try to resolve resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 4, 2024
1 parent 6c26989 commit a8e5f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-b3/web-core",
"version": "0.9.1",
"version": "0.9.1-RC-1",
"type": "module",
"main": "dist/main.js",
"types": "dist-types/main.d.ts",
Expand Down Expand Up @@ -40,6 +40,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"@tiptap/core": "^2.1.12",
"@tiptap/react": "^2.1.12"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/popper": "^0.1.0",
Expand Down

0 comments on commit a8e5f2e

Please sign in to comment.