|
7 | 7 | "author": "JounQin <[email protected]> (https://www.1stG.me)", |
8 | 8 | "funding": "https://opencollective.com/unts", |
9 | 9 | "license": "MIT", |
10 | | - "packageManager": "yarn@4.8.1", |
| 10 | + "packageManager": "yarn@4.9.1", |
11 | 11 | "engines": { |
12 | | - "node": ">=18.0.0" |
| 12 | + "node": "^14.18.0 || >=16.0.0" |
13 | 13 | }, |
14 | 14 | "exports": "./src/index.ts", |
15 | 15 | "files": [ |
|
37 | 37 | "typecov": "type-coverage", |
38 | 38 | "version": "changeset version && yarn --no-immutable" |
39 | 39 | }, |
40 | | - "dependencies": { |
41 | | - "tslib": "^2.8.1" |
42 | | - }, |
43 | 40 | "devDependencies": { |
44 | | - "@1stg/browserslist-config": "^2.1.2", |
45 | | - "@1stg/common-config": "^12.0.0", |
46 | | - "@1stg/postcss-config": "^6.0.4", |
47 | | - "@1stg/stylelint-config": "^6.0.3", |
| 41 | + "@1stg/browserslist-config": "^2.1.4", |
| 42 | + "@1stg/common-config": "^13.0.1", |
| 43 | + "@1stg/postcss-config": "^6.0.6", |
| 44 | + "@1stg/stylelint-config": "^6.0.5", |
48 | 45 | "@changesets/changelog-github": "^0.5.1", |
49 | | - "@changesets/cli": "^2.28.1", |
| 46 | + "@changesets/cli": "^2.29.2", |
50 | 47 | "@commitlint/cli": "^19.8.0", |
51 | 48 | "@mdx-js/rollup": "^3.1.0", |
52 | | - "@pkgr/rollup": "^6.0.1", |
53 | | - "@shikijs/rehype": "^3.2.1", |
| 49 | + "@pkgr/rollup": "^6.0.3", |
| 50 | + "@shikijs/rehype": "^3.2.2", |
54 | 51 | "@size-limit/preset-small-lib": "^11.2.0", |
55 | 52 | "@types/mdx": "^2.0.13", |
56 | | - "@types/node": "^22.14.0", |
57 | | - "@types/react": "^19.1.0", |
58 | | - "@types/react-dom": "^19.1.1", |
59 | | - "@types/web": "^0.0.216", |
| 53 | + "@types/node": "^22.14.1", |
| 54 | + "@types/react": "^19.1.2", |
| 55 | + "@types/react-dom": "^19.1.2", |
| 56 | + "@types/web": "^0.0.220", |
60 | 57 | "@vercel/analytics": "^1.5.0", |
61 | | - "@vitejs/plugin-react-swc": "^3.8.1", |
| 58 | + "@vitejs/plugin-react-swc": "^3.9.0", |
62 | 59 | "@vitest/coverage-v8": "^3.1.1", |
63 | 60 | "clean-pkg-json": "^1.2.1", |
64 | 61 | "eslint": "^9.24.0", |
65 | 62 | "github-markdown-css": "^5.8.1", |
66 | | - "lint-staged": "^15.5.0", |
| 63 | + "nano-staged": "^0.8.0", |
67 | 64 | "npm-run-all2": "^7.0.2", |
68 | 65 | "prettier": "^3.5.3", |
69 | 66 | "react": "^19.1.0", |
70 | 67 | "react-dom": "^19.1.0", |
71 | | - "react-router-dom": "^7.5.0", |
| 68 | + "react-router-dom": "^7.5.1", |
72 | 69 | "rehype-slug": "^6.0.0", |
73 | 70 | "remark-gfm": "^4.0.1", |
74 | 71 | "rimraf": "^6.0.1", |
75 | 72 | "simple-git-hooks": "^2.12.1", |
76 | 73 | "size-limit": "^11.2.0", |
77 | | - "stylelint": "^16.17.0", |
| 74 | + "stylelint": "^16.18.0", |
78 | 75 | "type-coverage": "^2.29.7", |
79 | 76 | "typescript": "^5.8.3", |
80 | | - "vite": "^6.2.5", |
| 77 | + "vite": "^6.3.2", |
81 | 78 | "vitest": "^3.1.1", |
82 | | - "yarn-berry-deduplicate": "^6.1.1" |
| 79 | + "yarn-berry-deduplicate": "^6.1.3" |
83 | 80 | }, |
84 | 81 | "resolutions": { |
85 | | - "es5-ext": "npm:@unes/es5-ext@latest", |
86 | 82 | "prettier": "^3.5.3" |
87 | 83 | }, |
88 | 84 | "publishConfig": { |
89 | 85 | "main": "./lib/index.cjs", |
90 | 86 | "types": "./index.d.cts", |
91 | 87 | "module": "./lib/index.js", |
92 | 88 | "exports": { |
93 | | - "import": { |
94 | | - "types": "./lib/index.d.ts", |
95 | | - "default": "./lib/index.js" |
96 | | - }, |
97 | | - "module-sync": { |
98 | | - "types": "./lib/index.d.ts", |
99 | | - "default": "./lib/index.js" |
| 89 | + ".": { |
| 90 | + "import": { |
| 91 | + "types": "./lib/index.d.ts", |
| 92 | + "default": "./lib/index.js" |
| 93 | + }, |
| 94 | + "require": { |
| 95 | + "types": "./index.d.cts", |
| 96 | + "default": "./lib/index.cjs" |
| 97 | + } |
100 | 98 | }, |
101 | | - "require": { |
102 | | - "types": "./index.d.cts", |
103 | | - "default": "./lib/index.cjs" |
104 | | - } |
| 99 | + "./package.json": "./package.json" |
105 | 100 | } |
106 | 101 | }, |
107 | 102 | "typeCoverage": { |
|
0 commit comments