Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies, update related usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 27, 2022
1 parent f4991d2 commit 6c00ac1
Show file tree
Hide file tree
Showing 6 changed files with 2,691 additions and 2,734 deletions.
11 changes: 0 additions & 11 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Size Limit

on:
pull_request_target:
pull_request:
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": [
"@1stg/remark-config"
"@1stg/preset"
]
}
67 changes: 18 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,9 @@
"description": "The smallest and fastest Base64 implementation in JavaScript",
"repository": "git+https://github.com/un-ts/ab64.git",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
"donate": {
"recipients": [
{
"name": "unts",
"platform": "opencollective",
"address": "https://opencollective.com/unts",
"weight": 60
},
{
"name": "rxts",
"platform": "opencollective",
"address": "https://opencollective.com/rxts",
"weight": 20
},
{
"name": "1stG",
"email": "i@1stg.me",
"weight": 20,
"platforms": [
{
"platform": "opencollective",
"address": "https://opencollective.com/1stG"
},
{
"platform": "patreon",
"address": "https://www.patreon.com/1stG"
}
]
}
]
},
"funding": "https://opencollective.com/unts",
"license": "MIT",
"packageManager": "pnpm@7.7.1",
"packageManager": "pnpm@7.12.2",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -89,32 +58,32 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@1stg/app-config": "^6.1.5",
"@1stg/lib-config": "^9.0.2",
"@1stg/app-config": "^7.3.0",
"@1stg/lib-config": "^10.3.0",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.1",
"@pkgr/webpack": "^3.2.0",
"@pkgr/webpack-mdx": "^2.0.3",
"@size-limit/preset-small-lib": "^8.0.0",
"@changesets/cli": "^2.24.4",
"@pkgr/webpack": "^3.4.0",
"@pkgr/webpack-mdx": "^2.2.0",
"@size-limit/preset-small-lib": "^8.1.0",
"@types/mdx": "^2.0.2",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/web": "^0.0.70",
"c8": "^7.12.0",
"@types/web": "^0.0.75",
"@vitest/coverage-istanbul": "^0.23.4",
"cross-env": "^7.0.3",
"edge-runtime": "1.1.0-beta.23",
"edge-runtime": "1.1.0-beta.31",
"github-markdown-css": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.4.1",
"sirv-cli": "^2.0.2",
"size-limit": "^8.0.0",
"tsx": "^3.8.0",
"size-limit": "^8.1.0",
"tsx": "^3.9.0",
"type-coverage": "^2.22.0",
"typescript": "4.7.4",
"unplugin-auto-import": "^0.10.3",
"vitest": "^0.19.1"
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.11.2",
"vitest": "^0.23.4"
},
"publishConfig": {
"main": "./lib/index.cjs",
Expand Down
Loading

0 comments on commit 6c00ac1

Please sign in to comment.