Skip to content

Commit

Permalink
Merge pull request #1825 from qdraw/feature/202411_npm_update
Browse files Browse the repository at this point in the history
update electron && update npm packages
  • Loading branch information
qdraw authored Nov 13, 2024
2 parents f499be8 + 0a9dc56 commit 7c25690
Show file tree
Hide file tree
Showing 15 changed files with 2,900 additions and 5,337 deletions.
798 changes: 407 additions & 391 deletions starsky-tools/end2end/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions starsky-tools/end2end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"update:yes": "npm run update:install"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.4",
"cypress": "^13.15.0",
"eslint": "^9.11.1",
"globals": "^15.11.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1"
"@eslint/js": "^9.14.0",
"@types/node": "^22.9.0",
"cypress": "^13.15.2",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
}
}
4 changes: 2 additions & 2 deletions starsky-tools/mail/package-lock.json

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

6 changes: 3 additions & 3 deletions starsky-tools/mock/package-lock.json

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

2 changes: 1 addition & 1 deletion starsky-tools/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.0",
"express": "^4.21.1",
"ws": "^8.18.0"
}
}
4 changes: 2 additions & 2 deletions starsky-tools/sync/package-lock.json

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

37 changes: 19 additions & 18 deletions starsky-tools/thumbnail/package-lock.json

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

4 changes: 2 additions & 2 deletions starsky-tools/thumbnail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"p-iteration": "^1.1.8"
},
"devDependencies": {
"@types/node": "^22.7.8",
"concurrently": "^9.0.1",
"@types/node": "^22.9.0",
"concurrently": "^9.1.0",
"typescript": "^5.6.3"
}
}
13 changes: 7 additions & 6 deletions starsky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "clientapp",
"scripts": {
"preinstall": "cd starsky && cd clientapp && npm ci",
"start" : "cd starsky && cd clientapp && npm run start",
"build" : "cd starsky && cd clientapp && npm run build",
"test" : "cd starsky && cd clientapp && npm run test",
"test:ci" : "cd starsky && cd clientapp && npm run test:ci",
"storybook" : "cd starsky && cd clientapp && npm run storybook",
"start": "cd starsky && cd clientapp && npm run start",
"build": "cd starsky && cd clientapp && npm run build",
"test": "cd starsky && cd clientapp && npm run test",
"test:ci": "cd starsky && cd clientapp && npm run test:ci",
"storybook": "cd starsky && cd clientapp && npm run storybook",
"lint:fix": "cd starsky && cd clientapp && npm run lint:fix",
"lint": "cd starsky && cd clientapp && npm run lint"
"lint": "cd starsky && cd clientapp && npm run lint",
"update:install": "cd starsky && cd clientapp && npm run update:install"
}
}
Loading

1 comment on commit 7c25690

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.