@primer/doctocat-nextjs 0.0.0-20250904145827 → 0.0.0-20251105191307

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +7 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20250904145827
3
+ ## 0.0.0-20251105191307
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20250904145825
9
+ ## 0.7.0
10
10
 
11
11
  ### Minor Changes
12
12
 
13
- - [#65](https://github.com/primer/doctocat-nextjs/pull/65) [`84ff648`](https://github.com/primer/doctocat-nextjs/commit/84ff648a8248712d61e13a7e6432ab2ab8e07435) Thanks [@rezrah](https://github.com/rezrah)! - Updated Next.js compatibility to v15.5.x, Nextra to v4, and fix React code block rendering
13
+ - [#65](https://github.com/primer/doctocat-nextjs/pull/65) [`dc680ec`](https://github.com/primer/doctocat-nextjs/commit/dc680ec51605bd7a40dedc71cd3bb107632035dd) Thanks [@rezrah](https://github.com/rezrah)! - Updated Next.js compatibility to v15.5.x, Nextra to v4, and fix React code block rendering
14
14
 
15
15
  - **Next.js v15.5.2**: Upgraded to latest stable version across all workspaces
16
16
  - **Nextra v4 compatibility**: Updated type definitions for `ReactNode` titles
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20250904145827",
3
+ "version": "0.0.0-20251105191307",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/primer/doctocat-nextjs.git"
10
+ },
7
11
  "scripts": {
8
12
  "check": "tsc --noEmit",
9
13
  "lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0 --config ./.eslintrc.cjs",
@@ -30,7 +34,8 @@
30
34
  "nextra": "4.4.0",
31
35
  "react": ">=18.0.0 <20.0.0",
32
36
  "react-dom": ">=18.0.0 <20.0.0",
33
- "react-focus-on": "3.9.4"
37
+ "react-focus-on": "3.9.4",
38
+ "react-live": "^4.1.8"
34
39
  },
35
40
  "devDependencies": {
36
41
  "@github/prettier-config": "^0.0.6",
@@ -47,7 +52,6 @@
47
52
  "clsx": "2.1.1",
48
53
  "jsdom": "^26.0.1",
49
54
  "next": "15.5.2",
50
- "react-live": "^4.1.8",
51
55
  "styled-components": "5.3.11",
52
56
  "vitest": "^3.2.4"
53
57
  },