Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jul 27, 2023
1 parent 6eac2fc commit b373db0
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 276 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-d445cee60-20230718
- 0.0.0-experimental-d445cee60-20230718
- 18.3.0-canary-fdb368d9e-20230725
- 0.0.0-experimental-fdb368d9e-20230725
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,25 @@
"@testing-library/react": "^14.0.0",
"@types/babel-plugin-macros": "^3.1.0",
"@types/jsdom": "^21.1.1",
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"aslemammad-vite-plugin-macro": "^1.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "10.1.0",
"concurrently": "^8.2.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.18.14",
"esbuild": "^0.18.17",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.2.6",
"jsdom": "^22.1.0",
Expand All @@ -151,9 +151,9 @@
"rollup-plugin-esbuild": "^5.0.0",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"peerDependencies": {
Expand Down
Loading

1 comment on commit b373db0

@vercel
Copy link

@vercel vercel bot commented on b373db0 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

valtio – ./

valtio-git-main-pmndrs.vercel.app
valtio.vercel.app
valtio-pmndrs.vercel.app
valtio.pmnd.rs

Please sign in to comment.