|
5 | 5 | "description": "The smallest and fastest Base64 implementation in JavaScript", |
6 | 6 | "repository": "git+https://github.com/un-ts/ab64.git", |
7 | 7 | "author": "JounQin (https://www.1stG.me) <[email protected]>", |
8 | | - "donate": { |
9 | | - "recipients": [ |
10 | | - { |
11 | | - "name": "unts", |
12 | | - "platform": "opencollective", |
13 | | - "address": "https://opencollective.com/unts", |
14 | | - "weight": 60 |
15 | | - }, |
16 | | - { |
17 | | - "name": "rxts", |
18 | | - "platform": "opencollective", |
19 | | - "address": "https://opencollective.com/rxts", |
20 | | - "weight": 20 |
21 | | - }, |
22 | | - { |
23 | | - "name": "1stG", |
24 | | - |
25 | | - "weight": 20, |
26 | | - "platforms": [ |
27 | | - { |
28 | | - "platform": "opencollective", |
29 | | - "address": "https://opencollective.com/1stG" |
30 | | - }, |
31 | | - { |
32 | | - "platform": "patreon", |
33 | | - "address": "https://www.patreon.com/1stG" |
34 | | - } |
35 | | - ] |
36 | | - } |
37 | | - ] |
38 | | - }, |
39 | 8 | "funding": "https://opencollective.com/unts", |
40 | 9 | "license": "MIT", |
41 | | - "packageManager": "pnpm@7.7.1", |
| 10 | + "packageManager": "pnpm@7.12.2", |
42 | 11 | "engines": { |
43 | 12 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
44 | 13 | }, |
|
89 | 58 | "tslib": "^2.4.0" |
90 | 59 | }, |
91 | 60 | "devDependencies": { |
92 | | - "@1stg/app-config": "^6.1.5", |
93 | | - "@1stg/lib-config": "^9.0.2", |
| 61 | + "@1stg/app-config": "^7.3.0", |
| 62 | + "@1stg/lib-config": "^10.3.0", |
94 | 63 | "@changesets/changelog-github": "^0.4.6", |
95 | | - "@changesets/cli": "^2.24.1", |
96 | | - "@pkgr/webpack": "^3.2.0", |
97 | | - "@pkgr/webpack-mdx": "^2.0.3", |
98 | | - "@size-limit/preset-small-lib": "^8.0.0", |
| 64 | + "@changesets/cli": "^2.24.4", |
| 65 | + "@pkgr/webpack": "^3.4.0", |
| 66 | + "@pkgr/webpack-mdx": "^2.2.0", |
| 67 | + "@size-limit/preset-small-lib": "^8.1.0", |
99 | 68 | "@types/mdx": "^2.0.2", |
100 | | - "@types/node": "^18.6.3", |
101 | | - "@types/react": "^18.0.15", |
| 69 | + "@types/node": "^18.7.23", |
| 70 | + "@types/react": "^18.0.21", |
102 | 71 | "@types/react-dom": "^18.0.6", |
103 | | - "@types/web": "^0.0.70", |
104 | | - "c8": "^7.12.0", |
| 72 | + "@types/web": "^0.0.75", |
| 73 | + "@vitest/coverage-istanbul": "^0.23.4", |
105 | 74 | "cross-env": "^7.0.3", |
106 | | - "edge-runtime": "1.1.0-beta.23", |
| 75 | + "edge-runtime": "1.1.0-beta.31", |
107 | 76 | "github-markdown-css": "^5.1.0", |
108 | 77 | "react": "^18.2.0", |
109 | 78 | "react-dom": "^18.2.0", |
110 | | - "react-router-dom": "^6.3.0", |
| 79 | + "react-router-dom": "^6.4.1", |
111 | 80 | "sirv-cli": "^2.0.2", |
112 | | - "size-limit": "^8.0.0", |
113 | | - "tsx": "^3.8.0", |
| 81 | + "size-limit": "^8.1.0", |
| 82 | + "tsx": "^3.9.0", |
114 | 83 | "type-coverage": "^2.22.0", |
115 | | - "typescript": "4.7.4", |
116 | | - "unplugin-auto-import": "^0.10.3", |
117 | | - "vitest": "^0.19.1" |
| 84 | + "typescript": "~4.7.4", |
| 85 | + "unplugin-auto-import": "^0.11.2", |
| 86 | + "vitest": "^0.23.4" |
118 | 87 | }, |
119 | 88 | "publishConfig": { |
120 | 89 | "main": "./lib/index.cjs", |
|
0 commit comments