Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rolling-scopes/site into feat/650-a…
Browse files Browse the repository at this point in the history
…dd-docs
  • Loading branch information
SpaNb4 committed Jan 3, 2025
2 parents 2477d42 + 75624ab commit 73035d3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 45 deletions.
63 changes: 24 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"github-markdown-css": "^5.7.0",
"next": "15.0.3",
"pagefind": "^1.2.0",
"react": "^19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react": "^19.0.0",
"react-dom": "19.0.0",
"react-double-marquee": "^1.1.0",
"react-markdown": "^9.0.1",
"react-responsive-carousel": "^3.2.23",
Expand All @@ -55,8 +55,8 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down Expand Up @@ -87,8 +87,8 @@
"vitest": "^2.0.5"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"react": "$react",
"react-dom": "$react-dom"
}
Expand Down

0 comments on commit 73035d3

Please sign in to comment.