Fix: update rollup / fix build warnings (#2711)

This commit is contained in:
Mateusz Pietryga
2024-08-22 14:42:40 +02:00
committed by GitHub
parent 04ccb2f6ee
commit 71ffe1f8d4
5 changed files with 59 additions and 11 deletions

View File

@ -22,7 +22,7 @@
"postcss": "^8.4.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "3.2.5",
"rollup":"3.29.4",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
@ -34,6 +34,6 @@
"markdown-it": "^13.0.1"
},
"overrides": {
"rollup": "3.2.5"
"rollup":"3.29.4"
}
}