Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update electron && update npm packages #1825

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading