Skip to content

Commit 4e3c5d1

Browse files
committed
build: update deps
1 parent 3b85bbb commit 4e3c5d1

File tree

4 files changed

+68
-73
lines changed

4 files changed

+68
-73
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"esbuild": "^0.24.0",
7575
"eslint": "^9.11.1",
7676
"eslint-config-flat-gitignore": "^0.3.0",
77-
"eslint-import-resolver-oxc": "^0.3.0",
77+
"eslint-import-resolver-oxc": "^0.4.0",
7878
"eslint-plugin-better-mutation": "^1.5.0",
7979
"eslint-plugin-eslint-comments": "^3.2.0",
8080
"eslint-plugin-eslint-plugin": "^6.2.0",

pnpm-lock.yaml

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

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"next": "^14.2.13",
13-
"nextra": "3.0.0",
14-
"nextra-theme-docs": "3.0.0",
13+
"nextra": "3.0.1",
14+
"nextra-theme-docs": "3.0.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"ts-pattern": "^5.4.0"

website/styles/overrides.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,3 @@ html.light {
9797
}
9898
}
9999
}
100-
101-
// TODO: Remove this once https: //github.com/shuding/nextra/issues/3313 is fixed and released
102-
div._bg-transparent:has(+ aside.nextra-sidebar-container) {
103-
pointer-events: none;
104-
}

0 commit comments

Comments
 (0)