Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2411)
Browse files Browse the repository at this point in the history
* chore(deps): update dev dependencies

* downgrade react types

* downgrade react types

* revert

* downgrade user-event

* lock types react version

* 48->51

* 51->54

* 54->56

* 56->57

* Revert "56->57"

This reverts commit a03ac5b.
  • Loading branch information
dai-shi authored Feb 21, 2024
1 parent c6f1af5 commit 7d4bbab
Show file tree
Hide file tree
Showing 4 changed files with 685 additions and 581 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-canary-247738465-20240130
- 0.0.0-experimental-247738465-20240130
- 18.3.0-canary-a515d753b-20240220
- 0.0.0-experimental-a515d753b-20240220
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,35 +127,35 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.2.0",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "14.4.3",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.19",
"@types/react": "18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"benny": "^3.7.1",
"concurrently": "^8.2.2",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.21",
"eslint-plugin-vitest": "^0.3.22",
"jsdom": "^24.0.0",
"json": "^11.0.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.1",
"rollup": "^4.9.6",
"rollup": "^4.12.0",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-esbuild": "^6.1.1",
"rxjs": "^7.8.1",
Expand All @@ -167,6 +167,9 @@
"vitest": "0.33.0",
"wonka": "^6.3.4"
},
"resolutions": {
"@types/react": "18.2.56"
},
"peerDependencies": {
"@types/react": ">=17.0.0",
"react": ">=17.0.0"
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"baseUrl": ".",
"paths": {
"jotai": ["./src/index.ts"],
"jotai/*": ["./src/*.ts"],
},
"jotai/*": ["./src/*.ts"]
}
},
"include": ["src/**/*", "tests/**/*", "benchmarks/**/*"],
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist"]
}
Loading

0 comments on commit 7d4bbab

Please sign in to comment.