Skip to content

Commit f19cba7

Browse files
committed
refactor ♻️ rebase on master
1 parent 4347ae9 commit f19cba7

File tree

6 files changed

+2104
-1911
lines changed

6 files changed

+2104
-1911
lines changed

crowdsec-docs/package-lock.json

Lines changed: 1375 additions & 1178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crowdsec-docs/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"@mui/icons-material": "^5.11.16",
3131
"@mui/material": "^5.13.4",
3232
"@mui/x-date-pickers": "^6.18.0",
33+
"@radix-ui/react-popover": "^1.0.7",
3334
"@radix-ui/react-slot": "^1.2.3",
34-
"@radix-ui/react-popover": "^1.1.14",
35-
"@radix-ui/react-tooltip": "^1.1.2",
36-
"animate-css": "^1.3.4",
35+
"@radix-ui/react-tooltip": "^1.2.7",
36+
"animate.css": "^4.1.1",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"docusaurus-plugin-zooming": "^1.0.0",
@@ -50,11 +50,14 @@
5050
"@docusaurus/module-type-aliases": "^3.8.1",
5151
"@docusaurus/tsconfig": "^3.8.1",
5252
"@docusaurus/types": "^3.8.1",
53-
"autoprefixer": "^10.4.20",
53+
"autoprefixer": "^10.4.21",
5454
"postcss": "^8.4.47",
5555
"tailwindcss": "^3.4.14",
5656
"typescript": "^5.8.3"
5757
},
58+
"resolutions": {
59+
"@types/react": "^18.3.0"
60+
},
5861
"browserslist": {
5962
"production": [
6063
">0.5%",

0 commit comments

Comments
 (0)