Skip to content

Commit

Permalink
[dependency] Bump web dependencies (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou19815 authored Jan 21, 2024
1 parent d942aa1 commit 58f81ee
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 420 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"webdev": "bun run --cwd packages/samlang-website dev"
},
"devDependencies": {
"bun-types": "^1.0.11"
"bun-types": "^1.0.24"
}
}
11 changes: 6 additions & 5 deletions packages/samlang-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.17",
"dev-sam-theme": "^0.0.1",
"monaco-editor": "^0.45.0",
"next": "14.0.4",
"next": "14.1.0",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"shiki": "^0.14.7",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vscode-oniguruma": "^2.0.1"
"vscode-oniguruma": "^2.0.1",
"wasm-feature-detect": "^1.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/samlang-website/src/components/samlang-config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type * as monaco from 'monaco-editor';
import type * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
import type { editor, languages } from 'monaco-editor/esm/vs/editor/editor.api';
import type * as SamlangTypes from './samlang-wasm-glue';

Expand Down
Loading

0 comments on commit 58f81ee

Please sign in to comment.