Skip to content

Commit

Permalink
Merge branch 'main' into feature/forward-ref-generics
Browse files Browse the repository at this point in the history
  • Loading branch information
rvetere authored May 27, 2024
2 parents 9bb0a54 + 7bc3752 commit 45b9a89
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 628 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@changesets/cli": "2.27.3",
"@types/node": "14.18.63",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vitest/coverage-v8": "0.34.6",
"cpy": "10.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"execa": "7.2.0",
"nx": "18.3.4",
"nx": "18.3.5",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"tempy": "3.1.0",
"typescript": "5.4.5",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.15.7"
"packageManager": "pnpm@8.15.8"
}
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"@codemirror/view": "6.26.3",
"@headlessui/react": "1.7.19",
"@popperjs/core": "2.11.8",
"@types/react": "18.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@uiw/react-codemirror": "4.21.25",
"@uiw/react-codemirror": "4.22.1",
"clsx": "2.1.1",
"next": "14.2.3",
"next-themes": "0.3.0",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"postcss": "8.4.38",
"postcss-lightningcss": "1.0.0",
"react": "18.3.0",
"react": "18.3.1",
"react-docgen": "workspace:7.0.3",
"react-dom": "18.3.0",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 45b9a89

Please sign in to comment.