Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jul 19, 2022
1 parent f09d6c8 commit d857929
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 773 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-e225fa43a-20220711
- 0.0.0-experimental-e225fa43a-20220711
- 18.3.0-next-02206099a-20220714
- 0.0.0-experimental-02206099a-20220714
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,44 +143,44 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/core": "^7.18.9",
"@babel/helper-module-imports": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.18.8",
"@babel/preset-env": "^7.18.6",
"@babel/types": "^7.18.8",
"@babel/preset-env": "^7.18.9",
"@babel/types": "^7.18.9",
"@redux-devtools/extension": "^3.2.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@swc/core": "^1.2.213",
"@swc/jest": "^0.2.21",
"@swc/core": "^1.2.218",
"@swc/jest": "^0.2.22",
"@testing-library/react": "^13.3.0",
"@types/babel-plugin-macros": "^2.8.5",
"@types/jest": "^28.1.5",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"aslemammad-vite-plugin-macro": "^1.0.0-alpha.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "^10.1.0",
"concurrently": "^7.2.2",
"concurrently": "^7.3.0",
"downlevel-dts": "^0.10.0",
"esbuild": "^0.14.49",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"json": "^11.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
Expand All @@ -189,7 +189,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.2.0",
"rollup": "^2.76.0",
"rollup": "^2.77.0",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
Expand Down
6 changes: 6 additions & 0 deletions tests/__snapshots__/macro-vite.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ const Component = () => {const valtio_macro_snap_state = _useSnapshot(
state);
return (
<div>
{valtio_macro_snap_state.count}
<button onClick={() => ++state.count}>inc</button>
</div>);
};"
Expand All @@ -23,11 +26,14 @@ const Component = () => {const valtio_macro_snap_state = _useSnapshot(
state);
return (
<div>
<button onClick={() => {
;(() => ++state.count)();
++state.count;
}}>inc</button>
{valtio_macro_snap_state.count}
</div>);
};"
Expand Down
Loading

1 comment on commit d857929

@vercel
Copy link

@vercel vercel bot commented on d857929 Jul 19, 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.