Skip to content

Commit 54932bf

Browse files
committed
chore: Update npm dependencies and remove unused scripts
1 parent 68f23b3 commit 54932bf

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434
- name: Lint
3535
run: pnpm run lint
36-
- name: Type Check
37-
run: pnpm run typecheck
3836

3937
build:
4038
name: Build

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
"devDependencies": {
3434
"@biomejs/biome": "^1.9.4",
3535
"@docusaurus/module-type-aliases": "3.5.2",
36-
"@docusaurus/theme-classic": "^3.5.2",
3736
"@docusaurus/tsconfig": "3.5.2",
3837
"@docusaurus/types": "3.5.2",
39-
"@types/node": "^22.8.1",
4038
"typescript": "~5.5.2"
4139
},
4240
"browserslist": {

pnpm-lock.yaml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
// This file is not used in compilation. It is here just for a nice editor experience.
3-
"extends": "@docusaurus/tsconfig",
4-
"compilerOptions": {
5-
"baseUrl": "."
6-
}
2+
// This file is not used in compilation. It is here just for a nice editor experience.
3+
"extends": "@docusaurus/tsconfig",
4+
"compilerOptions": {
5+
"baseUrl": "."
6+
}
77
}

0 commit comments

Comments
 (0)