Skip to content

Commit

Permalink
chore: update workflows and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 28, 2023
1 parent 31271da commit 4877d2a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 52 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
publish:
permissions:
contents: none
id-token: write
name: Publish package
runs-on: ubuntu-latest
needs: prepare
Expand Down
92 changes: 53 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,25 @@
"typings": "dist/index.d.ts",
"devDependencies": {
"@types/isomorphic-fetch": "0.0.38",
"@types/jest": "^29.0.0",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@types/jest": "^29.5.6",
"@types/node-fetch": "^2.6.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"cross-fetch": "^4.0.0",
"eslint": "^8.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-gha": "^1.2.0",
"eslint-plugin-prettier": "^5.0.0",
"isomorphic-unfetch": "^4.0.0",
"jest": "^29.0.0",
"merge": "^2.1.0",
"eslint-formatter-gha": "^1.4.3",
"eslint-plugin-prettier": "^5.0.1",
"isomorphic-unfetch": "^4.0.2",
"jest": "^29.7.0",
"merge": "^2.1.1",
"node-fetch": "^2.6.1",
"prettier": "^3.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"unfetch": "^5.0.0"
},
"publishConfig": {
"provenance": true
}
}

0 comments on commit 4877d2a

Please sign in to comment.