Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Apr 13, 2024
1 parent bb24ee8 commit 1cc9136
Show file tree
Hide file tree
Showing 8 changed files with 662 additions and 965 deletions.
2 changes: 1 addition & 1 deletion __tests__/devtools/AtomViewer.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useMemo } from 'react';
import { act, render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { userEvent } from '@testing-library/user-event';
import * as stringifyModule from 'javascript-stringify';
import { useAtomValue } from 'jotai';
import { atom } from 'jotai/vanilla';
Expand Down
2 changes: 1 addition & 1 deletion __tests__/devtools/TimeTravel.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useMemo } from 'react';
import { act, fireEvent, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { userEvent } from '@testing-library/user-event';
import { atom, useAtomValue, useSetAtom } from 'jotai';
import { DevTools, DevToolsProps } from 'jotai-devtools';
import { customRender } from '../custom-render';
Expand Down
106 changes: 53 additions & 53 deletions __tests__/devtools/__snapshots__/AtomViewer.test.tsx.snap

Large diffs are not rendered by default.

126 changes: 48 additions & 78 deletions __tests__/devtools/__snapshots__/TimeTravel.test.tsx.snap

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions __tests__/devtools/__snapshots__/basic.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports[`DevTools - basic Error boundary should display an error boundary with m
class="m_8d3afb97"
>
<svg
class="tabler-icon tabler-icon-moon-stars"
class="tabler-icon tabler-icon-moon-stars "
fill="none"
height="16"
stroke="currentColor"
Expand Down Expand Up @@ -110,7 +110,7 @@ exports[`DevTools - basic Error boundary should display an error boundary with m
class="m_8d3afb97"
>
<svg
class="tabler-icon tabler-icon-minus"
class="tabler-icon tabler-icon-minus "
fill="none"
height="16"
stroke="currentColor"
Expand Down Expand Up @@ -150,7 +150,7 @@ exports[`DevTools - basic Error boundary should display an error boundary with m
style="display: flex; align-items: center;"
>
<svg
class="tabler-icon tabler-icon-alert-circle"
class="tabler-icon tabler-icon-alert-circle "
fill="none"
height="16"
stroke="currentColor"
Expand Down Expand Up @@ -351,7 +351,7 @@ exports[`DevTools - basic Error boundary should display an error boundary with s
class="m_8d3afb97"
>
<svg
class="tabler-icon tabler-icon-moon-stars"
class="tabler-icon tabler-icon-moon-stars "
fill="none"
height="16"
stroke="currentColor"
Expand Down Expand Up @@ -385,7 +385,7 @@ exports[`DevTools - basic Error boundary should display an error boundary with s
class="m_8d3afb97"
>
<svg
class="tabler-icon tabler-icon-minus"
class="tabler-icon tabler-icon-minus "
fill="none"
height="16"
stroke="currentColor"
Expand Down Expand Up @@ -425,7 +425,7 @@ exports[`DevTools - basic Error boundary should display an error boundary with s
style="display: flex; align-items: center;"
>
<svg
class="tabler-icon tabler-icon-alert-circle"
class="tabler-icon tabler-icon-alert-circle "
fill="none"
height="16"
stroke="currentColor"
Expand Down
2 changes: 1 addition & 1 deletion __tests__/devtools/basic.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useMemo } from 'react';
import { act, fireEvent, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { userEvent } from '@testing-library/user-event';
import { atom, useAtom } from 'jotai';
import { DevTools } from 'jotai-devtools';
import { customRender } from '../custom-render';
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@release-it/conventional-changelog": "^7.0.2",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@release-it/conventional-changelog": "^8.0.1",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
Expand All @@ -108,7 +108,7 @@
"@storybook/react-webpack5": "^8.0.8",
"@swc/core": "^1.4.13",
"@swc/jest": "^0.2.36",
"@tabler/icons-react": "^2.47.0",
"@tabler/icons-react": "^3.2.0",
"@tanstack/query-core": "^4.36.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^5.17.0",
Expand All @@ -132,12 +132,12 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
Expand All @@ -149,10 +149,9 @@
"postcss-preset-mantine": "^1.14.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-base16-styling": "^0.9.1",
"react-dom": "^18.2.0",
"redux": "^4.2.1",
"release-it": "^16.3.0",
"release-it": "^17.2.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
Expand All @@ -177,6 +176,7 @@
"jsondiffpatch": "^0.5.0",
"react-error-boundary": "^4.0.13",
"react-json-tree": "^0.18.0",
"react-base16-styling": "^0.9.1",
"react-resizable-panels": "^0.0.54"
}
}
Loading

0 comments on commit 1cc9136

Please sign in to comment.