Skip to content

Commit ce007d7

Browse files
chore: update dependencies (#84)
1 parent c1be8fe commit ce007d7

File tree

9 files changed

+782
-1063
lines changed

9 files changed

+782
-1063
lines changed

docs/tutorialkit.dev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/check": "^0.7.0",
15-
"@astrojs/react": "^3.4.0",
16-
"@astrojs/starlight": "^0.23.2",
15+
"@astrojs/react": "^3.6.0",
16+
"@astrojs/starlight": "^0.23.4",
1717
"@types/react": "^18.3.3",
1818
"@types/react-dom": "^18.3.0",
19-
"astro": "^4.8.6",
19+
"astro": "^4.10.3",
2020
"classnames": "^2.5.1",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
23-
"sass": "^1.77.3",
24-
"sharp": "^0.32.5",
23+
"sass": "^1.77.6",
24+
"sharp": "^0.32.6",
2525
"starlight-links-validator": "^0.9.0",
2626
"typescript": "^5.4.5"
2727
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"conventional-changelog": "^6.0.0",
2222
"husky": "^9.0.11",
2323
"is-ci": "^3.0.1",
24-
"prettier": "^3.3.1",
24+
"prettier": "^3.3.2",
2525
"prettier-plugin-astro": "^0.13.0",
2626
"tempfile": "^5.0.0"
2727
},

packages/astro/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@
2020
"build": "node ./scripts/build.js"
2121
},
2222
"dependencies": {
23-
"@astrojs/mdx": "^3.0.0",
24-
"@astrojs/react": "^3.3.4",
23+
"@astrojs/mdx": "^3.1.1",
24+
"@astrojs/react": "^3.6.0",
2525
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
2626
"@expressive-code/plugin-line-numbers": "^0.35.3",
2727
"@nanostores/react": "0.7.2",
2828
"@tutorialkit/components-react": "workspace:*",
2929
"@tutorialkit/runtime": "workspace:*",
3030
"@tutorialkit/types": "workspace:*",
31-
"@types/react": "^18.2.75",
31+
"@types/react": "^18.3.3",
3232
"@webcontainer/api": "1.2.0",
33+
"astro": "^4.10.3",
3334
"astro-expressive-code": "^0.35.3",
3435
"chokidar": "3.6.0",
3536
"fast-glob": "^3.3.2",
@@ -39,19 +40,19 @@
3940
"mdast-util-directive": "^3.0.0",
4041
"mdast-util-to-markdown": "^2.1.0",
4142
"nanostores": "^0.10.3",
42-
"react": "^18.2.0",
43-
"react-dom": "^18.2.0",
43+
"react": "^18.3.1",
44+
"react-dom": "^18.3.1",
4445
"remark-directive": "^3.0.0",
45-
"unified": "^11.0.4",
46+
"unified": "^11.0.5",
4647
"unist-util-visit": "^5.0.0",
4748
"unocss": "^0.59.4",
4849
"zod": "3.23.8"
4950
},
5051
"devDependencies": {
5152
"@tutorialkit/types": "workspace:*",
52-
"@types/mdast": "^4.0.3",
53+
"@types/mdast": "^4.0.4",
5354
"esbuild": "^0.20.2",
54-
"esbuild-node-externals": "^1.13.0",
55+
"esbuild-node-externals": "^1.13.1",
5556
"execa": "^9.2.0",
5657
"typescript": "^5.4.5",
5758
"vite-plugin-inspect": "0.8.4"

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@types/babel__generator": "7.6.8",
4141
"@types/babel__traverse": "7.20.5",
4242
"@types/fs-extra": "^11.0.4",
43-
"@types/node": "^20.12.7",
43+
"@types/node": "^20.14.6",
4444
"@types/yargs-parser": "^21.0.3",
4545
"esbuild": "^0.20.2",
46-
"esbuild-node-externals": "^1.13.0",
46+
"esbuild-node-externals": "^1.13.1",
4747
"fs-extra": "^11.2.0",
4848
"vitest": "^1.6.0"
4949
},

packages/components/react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@
1717
"build": "node ./scripts/build.js"
1818
},
1919
"dependencies": {
20-
"@codemirror/autocomplete": "^6.16.0",
21-
"@codemirror/commands": "^6.4.0",
20+
"@codemirror/autocomplete": "^6.16.3",
21+
"@codemirror/commands": "^6.6.0",
2222
"@codemirror/lang-css": "^6.2.1",
2323
"@codemirror/lang-html": "^6.4.9",
2424
"@codemirror/lang-javascript": "^6.2.2",
2525
"@codemirror/lang-json": "^6.0.1",
2626
"@codemirror/lang-markdown": "^6.2.5",
2727
"@codemirror/lang-sass": "^6.0.2",
2828
"@codemirror/lang-wast": "^6.0.2",
29-
"@codemirror/language": "^6.10.1",
29+
"@codemirror/language": "^6.10.2",
3030
"@codemirror/state": "^6.4.1",
31-
"@codemirror/view": "^6.26.3",
31+
"@codemirror/view": "^6.28.1",
3232
"@lezer/highlight": "^1.2.0",
3333
"@nanostores/react": "0.7.2",
34-
"@radix-ui/react-accordion": "^1.1.2",
34+
"@radix-ui/react-accordion": "^1.2.0",
3535
"@tutorialkit/runtime": "workspace:*",
3636
"@webcontainer/api": "1.2.0",
3737
"@xterm/addon-fit": "^0.10.0",
3838
"@xterm/addon-web-links": "^0.11.0",
3939
"@xterm/xterm": "^5.5.0",
4040
"codemirror": "^6.0.1",
41-
"framer-motion": "^11.1.7",
41+
"framer-motion": "^11.2.11",
4242
"nanostores": "^0.10.3",
43-
"react": "^18.2.0",
44-
"react-resizable-panels": "^2.0.17"
43+
"react": "^18.3.1",
44+
"react-resizable-panels": "^2.0.19"
4545
},
4646
"devDependencies": {
4747
"@codemirror/search": "^6.5.6",
4848
"@tutorialkit/types": "workspace:*",
49-
"@types/react": "^18.2.75",
49+
"@types/react": "^18.3.3",
5050
"execa": "^9.2.0",
5151
"fast-glob": "^3.3.2",
5252
"typescript": "^5.4.5"

packages/create-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tutorialkit": "workspace:*"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^20.12.7",
23+
"@types/node": "^20.14.6",
2424
"typescript": "^5.4.5"
2525
}
2626
}

packages/runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"test": "vitest"
2727
},
2828
"dependencies": {
29+
"@tutorialkit/types": "workspace:*",
2930
"@webcontainer/api": "1.2.0",
30-
"nanostores": "^0.10.3",
31-
"@tutorialkit/types": "workspace:*"
31+
"nanostores": "^0.10.3"
3232
},
3333
"devDependencies": {
3434
"test-utils": "workspace:*",
3535
"typescript": "^5.4.5",
36-
"vite": "^5.2.11",
36+
"vite": "^5.3.1",
3737
"vitest": "^1.6.0"
3838
}
3939
}

packages/template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
},
1313
"dependencies": {
1414
"@tutorialkit/components-react": "workspace:*",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.2.75",
2019
"@astrojs/check": "^0.7.0",
21-
"@astrojs/react": "^3.5.0",
22-
"@iconify-json/ph": "^1.1.12",
20+
"@astrojs/react": "^3.6.0",
21+
"@iconify-json/ph": "^1.1.13",
2322
"@iconify-json/svg-spinners": "^1.1.2",
2423
"@tutorialkit/astro": "workspace:*",
2524
"@tutorialkit/types": "workspace:*",
26-
"@types/node": "^20.12.7",
25+
"@types/node": "^20.14.6",
26+
"@types/react": "^18.3.3",
2727
"@unocss/reset": "^0.59.4",
2828
"@unocss/transformer-directives": "^0.59.4",
29-
"astro": "4.10.2",
29+
"astro": "4.10.3",
3030
"fast-glob": "^3.3.2",
3131
"prettier-plugin-astro": "^0.13.0",
3232
"typescript": "^5.4.5",

0 commit comments

Comments
 (0)