@primer/doctocat-nextjs 0.0.0-20251204172724 → 0.0.0-20251204173624

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20251204172724
3
+ ## 0.0.0-20251204173624
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20251204172721
9
+ ## 0.0.0-20251204173622
10
10
 
11
11
  ### Minor Changes
12
12
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  This update is backwards compatible with React 18. However, it upgrades `@primer/react` to v38, which includes breaking changes such as the removal of the `Box` component and `sx` prop. Projects using this theme may need to update their code accordingly.
16
16
  - Updated React peer dependency to support React 19
17
- - Updated @primer/react from v37.11.2 to 38.0.0
17
+ - Updated @primer/react from v37.11.2 to v38.3.0
18
18
  - Updated `@primer/react-brand` from v0.54.0 to v0.60.1
19
19
  - Updated `framer-motion` from v12.4.0 to v12.23.24
20
20
  - Updated `react-focus-on` from v3.9.4 to v3.10.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20251204172724",
3
+ "version": "0.0.0-20251204173624",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@next/mdx": "15.5.7",
29
29
  "@primer/octicons-react": "19.15.1",
30
- "@primer/react": "^38.0.0",
30
+ "@primer/react": "^38.3.0",
31
31
  "@types/lodash.debounce": "^4.0.9",
32
32
  "framer-motion": "12.23.24",
33
33
  "lodash.debounce": "^4.0.8",
@@ -42,8 +42,8 @@
42
42
  "@testing-library/react": "^16.1.0",
43
43
  "@testing-library/user-event": "^14.5.2",
44
44
  "@types/node": "^20.19.0",
45
- "@types/react": "^19.0.0",
46
- "@types/react-dom": "^19.0.0",
45
+ "@types/react": "^19.2.7",
46
+ "@types/react-dom": "^19.2.3",
47
47
  "@vitejs/plugin-react": "^4.3.3",
48
48
  "@vitest/coverage-v8": "^3.2.4",
49
49
  "@vitest/ui": "^3.2.4",