Skip to content

Commit d35eaa6

Browse files
committed
update dependencies (#5667)
closes: DASH-545 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating various package dependencies across multiple `package.json` files and the `pnpm-lock.yaml` file, ensuring compatibility with newer versions and fixing potential issues. ### Detailed summary - Updated `@types/react` and `@types/react-dom` to `19.0.1` and `19.0.2` respectively in multiple packages. - Bumped `shiki` version from `1.24.0` to `1.24.1` in several packages. - Updated `sonner` from `1.7.0` to `1.7.1` in `apps/wallet-ui` and `apps/dashboard`. - Incremented `@emotion/react` and `@emotion/styled` versions to `11.14.0`. - Updated `framer-motion` from `11.13.1` to `11.13.3`. - Updated `@playwright/test` from `1.49.0` to `1.49.1`. - Updated `@dirtycajunrice/klee` from `1.0.5` to `1.0.6` in `apps/portal`. - Adjusted dependencies in `pnpm-lock.yaml` to reflect the above changes. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 5158def commit d35eaa6

File tree

7 files changed

+1642
-1719
lines changed

7 files changed

+1642
-1719
lines changed

apps/dashboard/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@chakra-ui/react": "^2.8.2",
2626
"@chakra-ui/styled-system": "^2.9.2",
2727
"@chakra-ui/theme-tools": "^2.1.2",
28-
"@emotion/react": "11.13.5",
29-
"@emotion/styled": "11.13.5",
28+
"@emotion/react": "11.14.0",
29+
"@emotion/styled": "11.14.0",
3030
"@hookform/resolvers": "^3.9.1",
3131
"@marsidev/react-turnstile": "^1.1.0",
3232
"@n8tb1t/use-scroll-position": "^2.0.3",
@@ -61,7 +61,7 @@
6161
"compare-versions": "^6.1.0",
6262
"date-fns": "4.1.0",
6363
"flat": "^6.0.1",
64-
"framer-motion": "11.13.1",
64+
"framer-motion": "11.13.3",
6565
"fuse.js": "7.0.0",
6666
"input-otp": "^1.4.1",
6767
"ioredis": "^5.4.1",
@@ -88,8 +88,8 @@
8888
"recharts": "^2.13.3",
8989
"remark-gfm": "^4.0.0",
9090
"server-only": "^0.0.1",
91-
"shiki": "1.24.0",
92-
"sonner": "^1.7.0",
91+
"shiki": "1.24.1",
92+
"sonner": "^1.7.1",
9393
"spdx-correct": "^3.2.0",
9494
"swagger-ui-react": "^5.18.2",
9595
"tailwind-merge": "^2.5.5",
@@ -104,7 +104,7 @@
104104
"@chromatic-com/storybook": "3.2.2",
105105
"@next/bundle-analyzer": "15.0.4",
106106
"@next/eslint-plugin-next": "15.0.4",
107-
"@playwright/test": "1.49.0",
107+
"@playwright/test": "1.49.1",
108108
"@storybook/addon-essentials": "8.4.7",
109109
"@storybook/addon-interactions": "8.4.7",
110110
"@storybook/addon-links": "8.4.7",
@@ -120,7 +120,7 @@
120120
"@types/pluralize": "^0.0.33",
121121
"@types/qrcode": "^1.5.5",
122122
"@types/react": "19.0.1",
123-
"@types/react-dom": "19.0.1",
123+
"@types/react-dom": "19.0.2",
124124
"@types/react-table": "^7.7.20",
125125
"@types/spdx-correct": "^3.1.3",
126126
"@types/swagger-ui-react": "^4.18.3",

apps/playground-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"react-dom": "19.0.0",
4040
"react-pick-color": "^2.0.0",
4141
"server-only": "^0.0.1",
42-
"shiki": "1.24.0",
42+
"shiki": "1.24.1",
4343
"tailwind-merge": "^2.5.5",
4444
"thirdweb": "workspace:*",
4545
"timeago.js": "^4.0.2",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/node": "22.10.1",
5050
"@types/react": "19.0.1",
51-
"@types/react-dom": "19.0.1",
51+
"@types/react-dom": "19.0.2",
5252
"eslint": "8.57.0",
5353
"eslint-config-next": "15.0.4",
5454
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",

apps/portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"extract-search-data": "pnpm tsx scripts/extractSearchData.ts"
1717
},
1818
"dependencies": {
19-
"@dirtycajunrice/klee": "^1.0.5",
19+
"@dirtycajunrice/klee": "^1.0.6",
2020
"@mdx-js/loader": "^2.3.0",
2121
"@mdx-js/react": "^2.3.0",
2222
"@next/mdx": "15.0.4",
@@ -44,7 +44,7 @@
4444
"remark-gfm": "3.0.1",
4545
"semver": "^7.6.0",
4646
"server-only": "^0.0.1",
47-
"shiki": "1.24.0",
47+
"shiki": "1.24.1",
4848
"tailwind-merge": "^2.5.5",
4949
"tailwindcss-animate": "^1.0.7",
5050
"thirdweb": "workspace:*",
@@ -56,7 +56,7 @@
5656
"@types/mdx": "^2.0.13",
5757
"@types/node": "22.10.1",
5858
"@types/react": "19.0.1",
59-
"@types/react-dom": "19.0.1",
59+
"@types/react-dom": "19.0.2",
6060
"@types/react-html-parser": "^2.0.6",
6161
"@types/tryghost__content-api": "^1.3.16",
6262
"@typescript-eslint/eslint-plugin": "7.14.1",

apps/wallet-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-dom": "19.0.0",
2828
"react-hook-form": "7.53.2",
2929
"server-only": "^0.0.1",
30-
"sonner": "^1.7.0",
30+
"sonner": "^1.7.1",
3131
"tailwind-merge": "^2.5.5",
3232
"tailwindcss-animate": "^1.0.7",
3333
"thirdweb": "workspace:*",
@@ -38,7 +38,7 @@
3838
"@next/eslint-plugin-next": "15.0.4",
3939
"@types/node": "22.10.1",
4040
"@types/react": "19.0.1",
41-
"@types/react-dom": "19.0.1",
41+
"@types/react-dom": "19.0.2",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
4343
"@typescript-eslint/parser": "7.14.1",
4444
"eslint": "8.57.0",

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
"elliptic@<6.5.7": "^6.5.7",
7676
"cookie@<0.7.0": "^0.7.0",
7777
"elliptic@<6.6.0": "^6.6.0",
78-
"@types/react": "19.0.0",
79-
"@types/react-dom": "19.0.0",
8078
"cross-spawn@<6.0.6": "^6.0.6",
8179
"smol-toml@<1.3.1": "^1.3.1"
8280
}

0 commit comments

Comments
 (0)