Skip to content

Commit bf52bb9

Browse files
committed
docs: standardize "Further reading" section headings to "Further Reading"
1 parent 48be55b commit bf52bb9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+379
-116
lines changed

examples/react-router-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tailwindcss": "^3.4.17",
3838
"typescript": "^5.7.2",
3939
"typescript-eslint": "^8.18.1",
40-
"vite": "^6.0.4",
40+
"vite": "^6.0.5",
4141
"vite-tsconfig-paths": "^5.1.4"
4242
}
4343
}

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"eslint-plugin-react-refresh": "^0.4.16",
2929
"typescript": "^5.7.2",
3030
"typescript-eslint": "^8.18.1",
31-
"vite": "^6.0.4"
31+
"vite": "^6.0.5"
3232
}
3333
}

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.16",
2727
"globals": "^15.14.0",
28-
"vite": "^6.0.4"
28+
"vite": "^6.0.5"
2929
}
3030
}

examples/vite-react-dom-js-with-babel-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.16",
3333
"globals": "^15.14.0",
34-
"vite": "^6.0.4"
34+
"vite": "^6.0.5"
3535
}
3636
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"dedent": "^1.5.3",
7575
"dprint": "^0.47.6",
7676
"effect": "^3.11.9",
77-
"esbuild": "^0.24.0",
77+
"esbuild": "^0.24.1",
7878
"eslint": "^9.17.0",
7979
"eslint-config-flat-gitignore": "^0.3.0",
80-
"eslint-import-resolver-oxc": "^0.6.0",
80+
"eslint-import-resolver-oxc": "^0.7.0",
8181
"importx": "^0.5.1",
8282
"lefthook": "^1.10.0",
8383
"markdownlint": "^0.37.2",
@@ -107,20 +107,20 @@
107107
},
108108
"pnpm": {
109109
"overrides": {
110-
"@types/react": "^19.0.2",
111-
"@types/react-dom": "^19.0.2",
112110
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
113-
"cross-spawn": "7.0.6",
114111
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
115112
"isarray": "npm:@nolyfill/isarray@^1.0.29",
116-
"next": "^15.1.2",
117-
"react": "^19.0.0",
118-
"react-dom": "^19.0.0",
119113
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
120114
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
121115
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
122-
"ts-api-utils": "^2.0.0",
123116
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
117+
"@types/react": "^19.0.2",
118+
"@types/react-dom": "^19.0.2",
119+
"cross-spawn": "7.0.6",
120+
"next": "^15.1.2",
121+
"react": "^19.0.0",
122+
"react-dom": "^19.0.0",
123+
"ts-api-utils": "^2.0.0",
124124
"typescript": "^5.7.2"
125125
}
126126
}

0 commit comments

Comments
 (0)