Skip to content

Commit

Permalink
chore: bump pnpm and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 29, 2023
1 parent a101acc commit 2671757
Show file tree
Hide file tree
Showing 4 changed files with 2,538 additions and 2,364 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
os:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/size-limit.yml
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master

permissions:
contents: read
pull-requests: write

jobs:
size-limit:
runs-on: ubuntu-latest
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -10,7 +10,7 @@
],
"funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts",
"license": "ISC",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@8.0.0",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -67,33 +67,33 @@
},
"dependencies": {
"debug": "^4.3.4",
"enhanced-resolve": "^5.10.0",
"get-tsconfig": "^4.2.0",
"enhanced-resolve": "^5.12.0",
"get-tsconfig": "^4.5.0",
"globby": "^13.1.3",
"is-core-module": "^2.10.0",
"is-core-module": "^2.11.0",
"is-glob": "^4.0.3",
"synckit": "^0.8.5"
},
"devDependencies": {
"@1stg/lib-config": "^10.3.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.25.2",
"@changesets/cli": "^2.26.1",
"@mozilla/glean": "^1.3.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.11.18",
"@types/node": "^18.15.11",
"@types/unist": "^2.0.6",
"dummy.js": "link:dummy.js",
"react": "^18.2.0",
"size-limit": "^8.1.0",
"size-limit-preset-node-lib": "^0.1.0",
"type-coverage": "^2.22.0",
"typescript": "^4.8.4"
"size-limit": "^8.2.4",
"size-limit-preset-node-lib": "^0.2.0",
"type-coverage": "^2.25.0",
"typescript": "^5.0.2"
},
"resolutions": {
"eslint-import-resolver-typescript": "link:.",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.7.1"
},
"typeCoverage": {
Expand Down

0 comments on commit 2671757

Please sign in to comment.