Skip to content

Commit

Permalink
update starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jun 20, 2024
1 parent e5ad39a commit 19e64c8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
Binary file modified website/bun.lockb
Binary file not shown.
54 changes: 27 additions & 27 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.2",
"@astrojs/svelte": "^5.4.0",
"@types/regression": "^2.0.6",
"astro": "^4.9.2",
"chart.js": "^4.4.3",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"regression": "^2.0.1",
"sharp": "^0.33.4",
"svelte": "^4.2.17",
"typescript": "^5.4.5",
"zod": "^3.23.8",
"ml-regression-simple-linear": "3.0.1"
}
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "0.24.4",
"@astrojs/svelte": "^5.6.0",
"@types/regression": "^2.0.6",
"astro": "^4.11.0",
"chart.js": "^4.4.3",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"ml-regression-simple-linear": "3.0.1",
"regression": "^2.0.1",
"sharp": "^0.33.4",
"svelte": "^4.2.18",
"typescript": "^5.5.2",
"zod": "^3.23.8"
}
}

0 comments on commit 19e64c8

Please sign in to comment.