Skip to content

Commit

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

* remove resolution
  • Loading branch information
dai-shi authored Apr 7, 2022
1 parent d47c497 commit 4e72e55
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 402 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ jobs:
- 16.9.0
- 17.0.0
- 18.0.0
- 18.0.0-next-3e997fdba-20220329
- 0.0.0-experimental-e7d0053e6-20220325
env: [development, production]
exclude:
- { react: 16.8.0, env: production } # somehow fails
- { react: 18.0.0, env: production } # act(...) is not supported in production builds of React.
- { react: 18.0.0-next-3e997fdba-20220329, env: production } # act(...) is not supported in production builds of React.
- { react: 0.0.0-experimental-e7d0053e6-20220325, env: production } # act(...) is not supported in production builds of React.
- 18.1.0-next-af730436c-20220405
- 0.0.0-experimental-af730436c-20220405
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -57,7 +51,7 @@ jobs:
sed -i~ '1s/^/import React from "react";/' tests/*.tsx
sed -i~ 's/"jsx": "react-jsx"/"jsx": "react"/' package.json
sed -i~ 's/automatic/classic/' .swcrc
- name: Test ${{ matrix.react }} ${{ matrix.env }}
- name: Test ${{ matrix.react }}
run: |
yarn add -D react@${{ matrix.react }} react-dom@${{ matrix.react }}
env NODE_ENV=${{ matrix.env }} yarn test:ci
yarn test:ci
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"use-sync-external-store": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/helper-module-imports": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-typescript": "^7.16.8",
Expand All @@ -157,26 +157,26 @@
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@swc/core": "^1.2.162",
"@swc/core": "^1.2.164",
"@swc/jest": "^0.2.20",
"@testing-library/react": "^13.0.0",
"@types/babel-plugin-macros": "^2.8.5",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"aslemammad-vite-plugin-macro": "^1.0.0-alpha.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "^10.1.0",
"concurrently": "^7.0.0",
"concurrently": "^7.1.0",
"downlevel-dts": "^0.9.0",
"esbuild": "^0.14.29",
"esbuild": "^0.14.34",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
Expand All @@ -187,21 +187,18 @@
"lint-staged": "^12.3.7",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.1",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"redux": "^4.1.2",
"rollup": "^2.70.1",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vite": "2.8.6"
},
"resolutions": {
"date-fns": "2.27.0"
},
"peerDependencies": {
"@babel/helper-module-imports": ">=7.12",
"@babel/types": ">=7.13",
Expand Down
Loading

1 comment on commit 4e72e55

@vercel
Copy link

@vercel vercel bot commented on 4e72e55 Apr 7, 2022

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.pmnd.rs
valtio-pmndrs.vercel.app
valtio.vercel.app
valtio-git-main-pmndrs.vercel.app

Please sign in to comment.