diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..b13ab05 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +src/styled-system \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 53f35bc..42f5785 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c3d4283..708dcf1 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "@pandacss/dev": "^0.23.0", "@types/isomorphic-fetch": "^0.0.36", "@types/node": "^20.10.6", - "@types/react": "18.2.21", - "@types/react-dom": "^18.2.7", + "@types/react": "^18.2.46", + "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^5.38.0", "eslint": "^8.0.1", diff --git a/tsconfig.json b/tsconfig.json index 972d0db..64cd871 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,10 +24,6 @@ "*" ] }, - "typeRoots": [ - "node_modules/@types", - "./types" - ], "plugins": [ { "name": "next" @@ -43,4 +39,4 @@ "exclude": [ "node_modules" ] -} +} \ No newline at end of file