|
7 | 7 | "author": "JounQin (https://www.1stG.me) <[email protected]>", |
8 | 8 | "funding": "https://opencollective.com/unts", |
9 | 9 | "license": "MIT", |
10 | | - "packageManager": "pnpm@10.7.0", |
| 10 | + "packageManager": "pnpm@10.8.0", |
11 | 11 | "engines": { |
12 | 12 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
13 | 13 | }, |
|
51 | 51 | "version": "changeset version && pnpm i --no-frozen-lockfile" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@1stg/app-config": "^11.1.0", |
| 54 | + "@1stg/app-config": "^13.0.1", |
55 | 55 | "@1stg/lib-config": "^13.0.1", |
56 | 56 | "@changesets/changelog-github": "^0.5.1", |
57 | | - "@changesets/cli": "^2.28.1", |
| 57 | + "@changesets/cli": "^2.29.2", |
58 | 58 | "@commitlint/cli": "^19.8.0", |
59 | 59 | "@mdx-js/rollup": "^3.1.0", |
60 | 60 | "@size-limit/preset-small-lib": "^11.2.0", |
61 | 61 | "@types/mdx": "^2.0.13", |
62 | | - "@types/node": "^22.13.14", |
63 | | - "@types/react": "^19.0.12", |
64 | | - "@types/react-dom": "^19.0.4", |
65 | | - "@types/web": "^0.0.214", |
| 62 | + "@types/node": "^22.15.3", |
| 63 | + "@types/react": "^19.1.2", |
| 64 | + "@types/react-dom": "^19.1.2", |
| 65 | + "@types/web": "^0.0.228", |
66 | 66 | "@vercel/analytics": "^1.5.0", |
67 | | - "@vitejs/plugin-react-swc": "^3.8.1", |
68 | | - "@vitest/coverage-istanbul": "^3.0.9", |
69 | | - "clean-pkg-json": "^1.2.1", |
| 67 | + "@vitejs/plugin-react-swc": "^3.9.0", |
| 68 | + "@vitest/coverage-istanbul": "^3.1.2", |
| 69 | + "clean-pkg-json": "^1.3.0", |
70 | 70 | "cross-env": "^7.0.3", |
71 | 71 | "edge-runtime": "4.0.1", |
72 | | - "eslint": "^9.23.0", |
| 72 | + "eslint": "^9.25.1", |
73 | 73 | "github-markdown-css": "^5.8.1", |
74 | | - "lint-staged": "^15.5.0", |
| 74 | + "lint-staged": "^15.5.1", |
75 | 75 | "npm-run-all2": "^7.0.2", |
76 | 76 | "prettier": "^3.5.3", |
77 | | - "react": "^19.0.0", |
78 | | - "react-dom": "^19.0.0", |
79 | | - "react-router-dom": "^7.4.0", |
| 77 | + "react": "^19.1.0", |
| 78 | + "react-dom": "^19.1.0", |
| 79 | + "react-router-dom": "^7.5.3", |
80 | 80 | "remark-gfm": "^4.0.1", |
81 | | - "simple-git-hooks": "^2.12.1", |
| 81 | + "simple-git-hooks": "^2.13.0", |
82 | 82 | "sirv-cli": "^3.0.1", |
83 | 83 | "size-limit": "^11.2.0", |
84 | | - "stylelint": "^16.17.0", |
85 | | - "tsx": "^4.19.3", |
| 84 | + "stylelint": "^16.19.1", |
| 85 | + "tsx": "^4.19.4", |
86 | 86 | "type-coverage": "^2.29.7", |
87 | | - "typescript": "~5.8.2", |
| 87 | + "typescript": "~5.8.3", |
88 | 88 | "unplugin-auto-import": "^19.1.2", |
89 | | - "vite": "^6.2.3", |
90 | | - "vitest": "^3.0.9" |
| 89 | + "vite": "^6.3.3", |
| 90 | + "vitest": "^3.1.2" |
91 | 91 | }, |
92 | 92 | "publishConfig": { |
93 | 93 | "main": "./lib/index.cjs", |
94 | 94 | "module": "./lib/index.js", |
95 | 95 | "exports": { |
96 | 96 | ".": { |
97 | 97 | "import": { |
98 | | - "types": "./lib/index.d.ts", |
99 | | - "default": "./lib/index.js" |
100 | | - }, |
101 | | - "browser": { |
102 | | - "types": "./lib/browser.d.ts", |
103 | | - "default": "./lib/browser.js" |
| 98 | + "browser": { |
| 99 | + "types": "./lib/browser.d.ts", |
| 100 | + "default": "./lib/browser.js" |
| 101 | + }, |
| 102 | + "default": { |
| 103 | + "types": "./lib/index.d.ts", |
| 104 | + "default": "./lib/index.js" |
| 105 | + } |
104 | 106 | }, |
105 | 107 | "module-sync": { |
106 | 108 | "types": "./lib/index.d.ts", |
|
140 | 142 | "es5-ext", |
141 | 143 | "esbuild", |
142 | 144 | "nodent-runtime", |
143 | | - "simple-git-hooks" |
| 145 | + "simple-git-hooks", |
| 146 | + "unrs-resolver" |
144 | 147 | ] |
145 | 148 | }, |
146 | 149 | "size-limit": [ |
|
0 commit comments