Skip to content

Commit

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

* run prettier

* Revert "run prettier"

This reverts commit b403477.

* downgrade prettier
  • Loading branch information
dai-shi authored Jul 5, 2023
1 parent 98971df commit 2f5ca45
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 509 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-613e6f5fc-20230616
- 0.0.0-experimental-613e6f5fc-20230616
- 18.3.0-canary-035a41c4e-20230704
- 0.0.0-experimental-035a41c4e-20230704
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
},
"homepage": "https://github.com/pmndrs/jotai",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.6",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.6",
"@babel/template": "^7.22.5",
"@babel/types": "^7.22.5",
"@redux-devtools/extension": "^3.2.5",
Expand All @@ -125,22 +125,22 @@
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/babel__core": "^7.20.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitest/coverage-c8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/coverage-c8": "^0.32.4",
"@vitest/ui": "^0.32.4",
"benny": "^3.7.1",
"concurrently": "^8.2.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.18.4",
"eslint": "^8.43.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -154,15 +154,15 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.2.1",
"rollup": "^3.25.1",
"rollup": "^3.26.1",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.8.1",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vitest": "^0.32.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vitest": "^0.32.4",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2f5ca45

Please sign in to comment.