diff --git a/apps/desktop/package.json b/apps/desktop/package.json index bdc39d386e..cde381dc51 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -42,7 +42,7 @@ "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", - "@babel/runtime": "^7.25.4", + "@babel/runtime": "^7.25.6", "@chakra-ui/anatomy": "2.2.2", "@chakra-ui/cli": "^2.4.1", "@chakra-ui/icons": "^2.1.1", @@ -66,7 +66,7 @@ "@taquito/utils": "^20.0.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.5.0", - "@testing-library/react": "14.3.1", + "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@toruslabs/customauth": "16.0.6", "@types/babel__core": "^7.20.5", @@ -108,7 +108,7 @@ "electron-builder": "^24.13.3", "electronmon": "^2.0.3", "eslint": "^8.57.0", - "framer-motion": "^11.3.30", + "framer-motion": "^11.3.31", "identity-obj-proxy": "^3.0.0", "immer": "^10.1.1", "jest": "29.7.0", diff --git a/apps/embed-iframe/package.json b/apps/embed-iframe/package.json index 9ce914487d..0f358a5701 100644 --- a/apps/embed-iframe/package.json +++ b/apps/embed-iframe/package.json @@ -17,7 +17,7 @@ "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", - "@babel/runtime": "^7.25.4", + "@babel/runtime": "^7.25.6", "@chakra-ui/anatomy": "2.2.2", "@chakra-ui/cli": "^2.4.1", "@chakra-ui/icons": "^2.1.1", @@ -32,7 +32,7 @@ "@taquito/utils": "^20.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.5.0", - "@testing-library/react": "14.3.1", + "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@toruslabs/customauth": "16.0.6", "@trilitech-umami/umami-embed": "^0.2.6", @@ -40,7 +40,7 @@ "@umami/social-auth": "workspace:^", "@umami/tezos": "workspace:^", "@vercel/analytics": "^1.3.1", - "framer-motion": "^11.3.30", + "framer-motion": "^11.3.31", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.1" diff --git a/apps/web/package.json b/apps/web/package.json index 0502bdaa90..c866983e7b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -55,7 +55,7 @@ "cross-env": "^7.0.3", "date-fns": "^3.6.0", "focus-visible": "^5.2.1", - "framer-motion": "^11.3.30", + "framer-motion": "^11.3.31", "immer": "^10.1.1", "lodash": "^4.17.21", "mockdate": "^3.0.5", @@ -81,7 +81,7 @@ }, "devDependencies": { "@chakra-ui/storybook-addon": "^5.1.0", - "@chromatic-com/storybook": "^1.7.0", + "@chromatic-com/storybook": "^1.8.0", "@emotion/is-prop-valid": "^1.3.0", "@storybook/addon-essentials": "^8.2.9", "@storybook/addon-interactions": "^8.2.9", @@ -101,7 +101,7 @@ "@svgr/plugin-svgo": "^8.1.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", "@types/lodash": "^4", diff --git a/packages/components/package.json b/packages/components/package.json index 12bc997e55..550ab10b3b 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -17,7 +17,7 @@ "@babel/core": "^7.25.2", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/babel__core": "^7.20.5", "@types/eslint": "^8", @@ -76,7 +76,7 @@ "@umami/tezos": "workspace:^", "@umami/tzkt": "workspace:^", "bip39": "^3.1.0", - "framer-motion": "^11.3.30", + "framer-motion": "^11.3.31", "md5": "^2.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/data-polling/package.json b/packages/data-polling/package.json index 976c7f3b89..eae37f05b0 100644 --- a/packages/data-polling/package.json +++ b/packages/data-polling/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@babel/core": "^7.25.2", "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@types/babel__core": "^7.20.5", "@types/eslint": "^8", "@types/jest": "^29.5.12", @@ -73,7 +73,7 @@ "@umami/tezos": "workspace:^", "@umami/tzkt": "workspace:^", "date-fns": "^3.6.0", - "framer-motion": "^11.3.30", + "framer-motion": "^11.3.31", "lodash": "^4.17.21", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index cf383c2dd4..e4e45b4557 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "index.js" ], "dependencies": { - "@stylistic/eslint-plugin": "^2.6.4", + "@stylistic/eslint-plugin": "^2.7.1", "@tanstack/eslint-plugin-query": "^5.52.0", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", diff --git a/packages/social-auth/package.json b/packages/social-auth/package.json index c5515c52ce..5c1604e6c8 100644 --- a/packages/social-auth/package.json +++ b/packages/social-auth/package.json @@ -29,7 +29,7 @@ "test": "jest" }, "dependencies": { - "@babel/runtime": "^7.25.4", + "@babel/runtime": "^7.25.6", "@taquito/utils": "^20.0.1", "@toruslabs/customauth": "16.0.6" }, diff --git a/packages/state/package.json b/packages/state/package.json index 18daaaf236..6496f46754 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@babel/core": "^7.25.2", "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@types/babel__core": "^7.20.5", "@types/eslint": "^8", "@types/lodash": "^4", @@ -79,7 +79,7 @@ "@umami/tzkt": "workspace:^", "axios": "^1.7.5", "bip39": "^3.1.0", - "framer-motion": "^11.3.30", + "framer-motion": "^11.3.31", "immer": "^10.1.1", "lodash": "^4.17.21", "@types/jest": "^29.5.12",