Skip to content

Commit 6c00ac1

Browse files
committed
chore: bump all (dev)Dependencies, update related usage
1 parent f4991d2 commit 6c00ac1

File tree

6 files changed

+2691
-2734
lines changed

6 files changed

+2691
-2734
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Size Limit
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches:
66
- main
77

.remarkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"plugins": [
3-
"@1stg/remark-config"
3+
"@1stg/preset"
44
]
55
}

package.json

Lines changed: 18 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,9 @@
55
"description": "The smallest and fastest Base64 implementation in JavaScript",
66
"repository": "git+https://github.com/un-ts/ab64.git",
77
"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-
"email": "[email protected]",
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-
},
398
"funding": "https://opencollective.com/unts",
409
"license": "MIT",
41-
"packageManager": "pnpm@7.7.1",
10+
"packageManager": "pnpm@7.12.2",
4211
"engines": {
4312
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4413
},
@@ -89,32 +58,32 @@
8958
"tslib": "^2.4.0"
9059
},
9160
"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",
9463
"@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",
9968
"@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",
10271
"@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",
10574
"cross-env": "^7.0.3",
106-
"edge-runtime": "1.1.0-beta.23",
75+
"edge-runtime": "1.1.0-beta.31",
10776
"github-markdown-css": "^5.1.0",
10877
"react": "^18.2.0",
10978
"react-dom": "^18.2.0",
110-
"react-router-dom": "^6.3.0",
79+
"react-router-dom": "^6.4.1",
11180
"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",
11483
"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"
11887
},
11988
"publishConfig": {
12089
"main": "./lib/index.cjs",

0 commit comments

Comments
 (0)