Skip to content

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
| datasource | package      | from    | to      |
| ---------- | ------------ | ------- | ------- |
| npm        | @types/node  | 20.9.2  | 20.10.6 |
| npm        | @types/yargs | 17.0.31 | 17.0.32 |
| npm        | puppeteer    | 21.5.2  | 21.6.1  |
| npm        | typescript   | 5.2.2   | 5.3.3   |
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent c3be634 commit 08839a9
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 75 deletions.
143 changes: 73 additions & 70 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-icon-generator",
"version": "1.0.24",
"version": "1.0.25",
"description": "",
"main": "./dist/main",
"bin": {
Expand Down Expand Up @@ -29,15 +29,15 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.9.2",
"@types/yargs": "17.0.31",
"@types/node": "20.10.6",
"@types/yargs": "17.0.32",
"node-gyp": "10.0.1",
"nodegit": "0.28.0-alpha.21",
"puppeteer": "21.5.2",
"puppeteer": "21.6.1",
"rimraf": "5.0.5",
"ts-node-dev": "2.0.0",
"tslint": "6.1.3",
"typescript": "5.2.2",
"typescript": "5.3.3",
"xml2json-cli": "1.1.1",
"yargs": "17.7.2"
},
Expand Down

0 comments on commit 08839a9

Please sign in to comment.