Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 13, 2023
1 parent 35c6f6c commit 374ed77
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 311 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-next-0b974418c-20230106
- 0.0.0-experimental-0b974418c-20230106
- 18.3.0-next-555ece0cd-20230112
- 0.0.0-experimental-555ece0cd-20230112
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"@swc/core": "^1.3.25",
"@swc/core": "^1.3.26",
"@swc/jest": "^0.2.24",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.5",
Expand All @@ -190,14 +191,14 @@
"@typescript-eslint/parser": "^5.48.1",
"concurrently": "^7.6.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.16.16",
"esbuild": "^0.16.17",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^9.0.17",
"jest": "^29.3.1",
Expand All @@ -207,9 +208,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.0-alpha.0",
"rollup": "^3.9.1",
"rollup": "^3.10.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const alias = require('@rollup/plugin-alias')
const babelPlugin = require('@rollup/plugin-babel')
const resolve = require('@rollup/plugin-node-resolve')
const replace = require('@rollup/plugin-replace')
const terser = require('@rollup/plugin-terser')
const typescript = require('@rollup/plugin-typescript')
const { default: esbuild } = require('rollup-plugin-esbuild')
const { terser } = require('rollup-plugin-terser')
const createBabelConfig = require('./babel.config')

const extensions = ['.js', '.ts', '.tsx']
Expand Down
Loading

0 comments on commit 374ed77

Please sign in to comment.