From 5ac850b8a027c566cd96d42c178c9eda43dbe1df Mon Sep 17 00:00:00 2001 From: rdmclin2 Date: Mon, 27 Nov 2023 17:00:13 +0800 Subject: [PATCH] :camera_flash: chore: update snapshot --- package.json | 74 +++++++++++++------------- tests/__snapshots__/demo.test.tsx.snap | 2 +- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 478476b4..7be4cb8f 100644 --- a/package.json +++ b/package.json @@ -60,17 +60,17 @@ }, "dependencies": { "@ant-design/icons": "^5.2.6", - "@ant-design/pro-components": "^2.6.18", + "@ant-design/pro-components": "^2.6.43", "@antv/dw-random": "^1.1.7", - "@babel/runtime": "^7.22.15", - "@dnd-kit/core": "^6.0.8", + "@babel/runtime": "^7.23.4", + "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/sortable": "^7.0.2", - "@dnd-kit/utilities": "^3.2.1", + "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^7.6.0", "@floating-ui/react": "^0.24.8", - "@mui/material": "^5.14.9", - "@textea/json-viewer": "^3.1.1", + "@mui/material": "^5.14.18", + "@textea/json-viewer": "^3.2.3", "ahooks": "^3.7.8", "classnames": "^2.3.2", "color": "^4.2.3", @@ -93,71 +93,71 @@ "lodash.unionby": "^4.8.0", "lodash.uniq": "^4.5.0", "mockjs": "^1.1.0", - "nanoid": "^5.0.1", + "nanoid": "^5.0.3", "polished": "^4.2.2", - "prettier": "^2.7.1", - "rc-util": "^5.37.0", + "prettier": "^2.8.8", + "rc-util": "^5.38.1", "re-resizable": "^6.9.11", "react-colorful": "^5.6.1", "react-copy-to-clipboard": "^5.1.0", "react-hotkeys-hook": "^4.4.1", - "react-layout-kit": "^1.7.1", - "react-markdown": "^8.0.1", + "react-layout-kit": "^1.7.4", + "react-markdown": "^8.0.7", "react-rnd": "^10.4.1", - "reactflow": "^11.8.3", - "rehype-katex": "^6.0.0", - "remark-gfm": "^3.0.0", - "remark-math": "^5.0.0", + "reactflow": "^11.10.1", + "rehype-katex": "^6.0.3", + "remark-gfm": "^3.0.1", + "remark-math": "^5.1.1", "rxjs": "^7.8.1", - "shikiji": "^0.6.12", + "shikiji": "^0.6.13", "type-fest": "^3.13.1", "umi-request": "^1.4.0", "use-merge-value": "^1.2.0", - "yjs": "^13.6.7", - "zustand": "^4.4.1", + "yjs": "^13.6.10", + "zustand": "^4.4.6", "zustand-middleware-yjs": "^1.3.1", "zustand-utils": "^1.3.1" }, "devDependencies": { "@emotion/jest": "^11.11.0", - "@testing-library/jest-dom": "^6.1.3", "@lobehub/i18n-cli": "^1.15.0", + "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.5.1", - "@types/color": "^3.0.4", - "@types/json-schema": "^7.0.13", - "@types/react": "^18.2.21", - "@types/react-dom": "^18.2.7", - "@umijs/lint": "^4.0.81", + "@types/color": "^3.0.6", + "@types/json-schema": "^7.0.15", + "@types/react": "^18.2.38", + "@types/react-dom": "^18.2.17", + "@umijs/lint": "^4.0.88", "@vitest/coverage-v8": "latest", - "antd": "^5.9.1", - "antd-style": "^3.4.6", + "antd": "^5.11.4", + "antd-style": "^3.5.2", "babel-plugin-antd-style": "^1.0.4", - "commitlint": "^17.7.1", + "commitlint": "^17.8.1", "commitlint-config-gitmoji": "^2.3.1", "conventional-changelog-gitmoji-config": "^1.5.2", - "dumi": "^2.2.7", + "dumi": "^2.2.14", "dumi-theme-antd-style": "latest", - "eslint": "^8.49.0", - "father": "^4.3.4", + "eslint": "^8.54.0", + "father": "^4.3.7", "gh-pages": "^5.0.0", - "glob": "^10.3.4", + "glob": "^10.3.10", "husky": "^8.0.3", "jsdom": "^22.1.0", "lint-staged": "^13.3.0", - "prettier-plugin-organize-imports": "^3.2.3", - "prettier-plugin-packagejson": "^2.4.5", + "prettier-plugin-organize-imports": "^3.2.4", + "prettier-plugin-packagejson": "^2.4.6", "react": "^18.2.0", "react-dom": "^18.2.0", "rxjs-spy": "^8.0.2", "semantic-release": "^21.1.2", "semantic-release-config-gitmoji": "^1.5.3", - "stylelint": "^15.10.3", - "typescript": "^5.2.2", + "stylelint": "^15.11.0", + "typescript": "^5.3.2", "vitest": "latest", "wait-on": "^6.0.1", - "y-protocols": "^1.0.5", - "y-webrtc": "^10.2.5", + "y-protocols": "^1.0.6", + "y-webrtc": "^10.2.6", "y-websocket": "^1.5.0", "zundo": "beta" }, diff --git a/tests/__snapshots__/demo.test.tsx.snap b/tests/__snapshots__/demo.test.tsx.snap index b5286c96..2c269dd6 100644 --- a/tests/__snapshots__/demo.test.tsx.snap +++ b/tests/__snapshots__/demo.test.tsx.snap @@ -16592,7 +16592,7 @@ exports[` > renders basic.tsx correctly 1`] = `