Skip to content

Commit

Permalink
package.json: increment version number and upgrade dependencies
Browse files Browse the repository at this point in the history
jhenstridge committed Nov 29, 2022
1 parent bb6b35d commit 3457752
Showing 2 changed files with 1,063 additions and 999 deletions.
2,040 changes: 1,052 additions & 988 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapcraft-build-action",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "A Github action that build snapcraft projects",
"main": "lib/main.js",
@@ -29,17 +29,17 @@
"@actions/exec": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@typescript-eslint/parser": "^5.40.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.25.0",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^27.1.3",
"jest": "^29.2.1",
"jest-circus": "^29.2.1",
"prettier": "^2.7.1",
"eslint": "^8.28.0",
"eslint-plugin-github": "^4.4.1",
"eslint-plugin-jest": "^27.1.6",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"prettier": "^2.8.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
}
}

0 comments on commit 3457752

Please sign in to comment.