Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies, update funding settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 21, 2022
1 parent 2e1a335 commit 85f64d0
Show file tree
Hide file tree
Showing 4 changed files with 1,486 additions and 1,270 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .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:
- master

Expand All @@ -16,10 +16,10 @@ jobs:
with:
version: latest

- name: Setup Node.js 16
- name: Setup Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
cache: pnpm

- name: Install Dependencies
Expand Down
45 changes: 7 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,9 @@
"contributors": [
"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",
"funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts",
"license": "ISC",
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.12.1",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -103,25 +72,25 @@
"globby": "^13.1.2",
"is-core-module": "^2.10.0",
"is-glob": "^4.0.3",
"synckit": "^0.8.3"
"synckit": "^0.8.4"
},
"devDependencies": {
"@1stg/lib-config": "^10.1.1",
"@1stg/lib-config": "^10.3.0",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@mozilla/glean": "^1.1.0",
"@types/debug": "^4.1.7",
"@types/enhanced-resolve": "^3.0.7",
"@types/is-core-module": "^2.2.0",
"@types/is-glob": "^4.0.2",
"@types/node": "^18.7.9",
"@types/node": "^18.7.18",
"@types/unist": "^2.0.6",
"dummy.js": "link:dummy.js",
"react": "^18.2.0",
"size-limit": "^8.0.1",
"size-limit": "^8.1.0",
"size-limit-preset-node-lib": "^0.1.0",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"resolutions": {
"eslint-import-resolver-typescript": "link:.",
Expand Down

0 comments on commit 85f64d0

Please sign in to comment.