Skip to content

Commit

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

* tweak a workflow file
  • Loading branch information
dai-shi authored Oct 9, 2022
1 parent 93b5a43 commit a576b3c
Show file tree
Hide file tree
Showing 4 changed files with 1,189 additions and 1,180 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-old-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
- name: Test ${{ matrix.typescript }}
run: |
yarn add -D typescript@${{ matrix.typescript }}
rm -r node_modules/@types/jsdom node_modules/parse5 node_modules/@types/prettier
yarn tsc --noEmit
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,51 +148,51 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.19.3",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/preset-env": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/plugin-transform-typescript": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@redux-devtools/extension": "^3.2.3",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@swc/core": "^1.2.239",
"@swc/jest": "^0.2.22",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.7",
"@types/react": "^18.0.17",
"@rollup/plugin-typescript": "^8.5.0",
"@swc/core": "^1.3.6",
"@swc/jest": "^0.2.23",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.1.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"concurrently": "^7.3.0",
"downlevel-dts": "^0.10.0",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"concurrently": "^7.4.0",
"downlevel-dts": "^0.10.1",
"esbuild": "^0.15.10",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-jest": "^27.1.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^9.0.15",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"json": "^11.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.0-alpha.0",
"rollup": "^2.78.0",
"rollup-plugin-esbuild": "^4.9.3",
"rollup": "^2.79.1",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"resolutions": {
"date-fns": "2.27.0"
Expand Down
6 changes: 3 additions & 3 deletions tests/basic.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ it('creates a store hook and api object', () => {
return { value: null }
})
expect({ params, result }).toMatchInlineSnapshot(`
Object {
"params": Array [
{
"params": [
[Function],
[Function],
Object {
{
"destroy": [Function],
"getState": [Function],
"setState": [Function],
Expand Down
Loading

0 comments on commit a576b3c

Please sign in to comment.