Skip to content

Commit

Permalink
chore: bumping deps and node version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb06 authored Dec 24, 2023
1 parent 753ece9 commit a5b318c
Show file tree
Hide file tree
Showing 5 changed files with 1,395 additions and 1,562 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.x
v20.x
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"eslint.run": "onSave",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.tabSize": 2
}
14 changes: 5 additions & 9 deletions dist/index.js

Large diffs are not rendered by default.

56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"repository": "https://github.com/jpb06/jest-badges-action.git",
"author": "jpb06 <jpb.06@outlook.com>",
"license": "MIT",
"engines": {
"node": "20.x"
},
"scripts": {
"cleanDist": "rimraf ./dist && rimraf ./lib",
"build": "pnpm cleanDist && tsc --project tsconfig.prod.json && ncc build --minify",
Expand All @@ -18,34 +21,33 @@
"sync-icons": "pnpm generateReadmeIcons -h 50"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"fs-extra": "^11.1.1",
"node-jest-badges": "^1.3.12"
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"fs-extra": "11.2.0",
"node-jest-badges": "1.3.15"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.7",
"@swc/core": "^1.3.74",
"@swc/jest": "^0.2.27",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.7",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest-watch-typeahead": "^2.2.2",
"prettier": "^3.0.1",
"readme-package-icons": "^1.1.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@swc/core": "1.3.101",
"@swc/jest": "0.2.29",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.1.2",
"jest": "29.7.0",
"jest-watch-typeahead": "2.2.2",
"prettier": "3.1.1",
"readme-package-icons": "1.1.10",
"rimraf": "5.0.5",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit a5b318c

Please sign in to comment.