Skip to content

Commit

Permalink
feat: bump all (dev)Dependencies, update funding info
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 12, 2022
1 parent 762db48 commit a75117d
Show file tree
Hide file tree
Showing 5 changed files with 1,858 additions and 2,234 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
@@ -1,8 +1,8 @@
github:
- JounQin
- 1stG
- rxts
- unts
- rx-ts
- un-ts
patreon: 1stG
open_collective: unts
custom:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
@@ -1,7 +1,7 @@
name: Size Limit

on:
pull_request_target:
pull_request:
branches:
- main

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,8 @@ echo()

## Backers

[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)

| 1stG | RxTS | UnTS |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
Expand Down
61 changes: 15 additions & 46 deletions package.json
Expand Up @@ -5,40 +5,9 @@
"description": "A simple library boilerplate.",
"repository": "git+https://github.com/un-ts/lib-boilerplate.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.9.0",
"packageManager": "pnpm@7.11.0",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -73,30 +42,30 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@1stg/app-config": "^7.1.0",
"@1stg/lib-config": "^10.0.0",
"@1stg/app-config": "^7.2.1",
"@1stg/lib-config": "^10.2.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.3",
"@pkgr/webpack": "^3.2.0",
"@pkgr/webpack-mdx": "^2.0.3",
"@size-limit/preset-small-lib": "^8.0.1",
"@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.7.6",
"@types/react": "^18.0.17",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/web": "^0.0.71",
"@vitest/coverage-istanbul": "^0.22.0",
"@types/web": "^0.0.72",
"@vitest/coverage-istanbul": "^0.23.2",
"github-markdown-css": "^5.1.0",
"lib-boilerplate": "link:.",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"sirv-cli": "^2.0.2",
"size-limit": "^8.0.1",
"size-limit": "^8.1.0",
"type-coverage": "^2.22.0",
"typescript": "4.7.4",
"unplugin-auto-import": "^0.11.1",
"vitest": "^0.22.0"
"typescript": "4.8.3",
"unplugin-auto-import": "^0.11.2",
"vitest": "^0.23.2"
},
"publishConfig": {
"main": "./lib/index.cjs",
Expand Down

0 comments on commit a75117d

Please sign in to comment.