Skip to content

Commit 771dea8

Browse files
chore: refresh dependencies (#71)
1 parent ab22955 commit 771dea8

File tree

5 files changed

+2467
-2278
lines changed

5 files changed

+2467
-2278
lines changed

docs/basic-examples/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@mdx-js/loader": "^3.0.1",
13-
"@mdx-js/react": "^3.0.1",
14-
"@next/mdx": "^14.2.5",
15-
"@shikijs/rehype": "^1.12.0",
16-
"@shikijs/transformers": "^1.12.0",
12+
"@mdx-js/loader": "^3.1.0",
13+
"@mdx-js/react": "^3.1.0",
14+
"@next/mdx": "^14.2.23",
15+
"@shikijs/rehype": "^1.29.1",
16+
"@shikijs/transformers": "^1.29.1",
1717
"@sigmacomputing/react-embed-sdk": "workspace:*",
1818
"@types/mdx": "^2.0.13",
1919
"clsx": "^2.1.1",
2020
"mdx-prism": "^0.3.4",
2121
"next": "14.2.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"tailwind-merge": "^2.4.0",
24+
"tailwind-merge": "^2.6.0",
2525
"uuid": "^10.0.0"
2626
},
2727
"devDependencies": {
2828
"@sigmacomputing/eslint-config": "workspace:*",
2929
"@sigmacomputing/typescript-config": "workspace:*",
30-
"@types/node": "^20.14.13",
31-
"@types/react": "^18.3.3",
32-
"@types/react-dom": "^18.3.0",
30+
"@types/node": "^20.17.16",
31+
"@types/react": "^18.3.18",
32+
"@types/react-dom": "^18.3.5",
3333
"@types/uuid": "^9.0.8",
34-
"eslint": "^8.57.0",
34+
"eslint": "^8.57.1",
3535
"eslint-config-next": "14.2.4",
36-
"postcss": "^8.4.40",
37-
"tailwindcss": "^3.4.7",
38-
"typescript": "^5.5.4"
36+
"postcss": "^8.5.1",
37+
"tailwindcss": "^3.4.17",
38+
"typescript": "^5.7.3"
3939
}
4040
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "sigmacomputing",
1818
"license": "ISC",
1919
"devDependencies": {
20-
"@changesets/cli": "^2.27.7",
21-
"prettier": "^3.3.3",
22-
"tsup": "^8.2.3",
23-
"turbo": "^2.0.9",
24-
"typescript": "^5.5.4"
20+
"@changesets/cli": "^2.27.12",
21+
"prettier": "^3.4.2",
22+
"tsup": "^8.3.6",
23+
"turbo": "^2.3.4",
24+
"typescript": "^5.7.3"
2525
},
2626
"engines": {
2727
"node": ">=18"

packages/react-embed-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@sigmacomputing/eslint-config": "workspace:*",
4343
"@sigmacomputing/typescript-config": "workspace:*",
44-
"@types/react": "^18.3.3",
44+
"@types/react": "^18.3.18",
4545
"react": "^18.3.1",
4646
"react-dom": "^18.3.1"
4747
},

0 commit comments

Comments
 (0)