Skip to content

Commit

Permalink
build: attempt to slim image
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent 29552ed commit ce79a93
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 72 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SOON
- [ ] use graphql codegen
- [ ] fix mark as read - product level glitch
- [ ] add mark all as read - account level
- [ ] shrink app bundle size

LATER
- [ ] advanced feature for Bitbucket "Your Work" queue
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
}
},
"dependencies": {
"@discordapp/twemoji": "15.1.0",
"@electron/remote": "2.1.2",
"electron-log": "5.2.0",
"electron-updater": "6.3.4",
"update-electron-app": "3.0.0"
},
"devDependencies": {
"@atlaskit/avatar": "21.15.1",
"@atlaskit/badge": "16.4.0",
"@atlaskit/button": "20.1.1",
Expand All @@ -101,26 +108,9 @@
"@atlaskit/toggle": "13.4.1",
"@atlaskit/tokens": "1.59.1",
"@atlaskit/tooltip": "18.7.2",
"@discordapp/twemoji": "15.1.0",
"@electron/remote": "2.1.2",
"axios": "1.7.7",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"electron-log": "5.2.0",
"electron-updater": "6.3.4",
"final-form": "4.20.10",
"menubar": "9.5.0",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "6.5.9",
"react-router-dom": "6.26.2",
"tailwind-merge": "2.5.2",
"ts-loader": "9.5.1",
"typescript": "5.6.2",
"update-electron-app": "3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@electron/notarize": "2.4.0",
"@testing-library/react": "16.0.1",
Expand All @@ -133,19 +123,29 @@
"css-loader": "7.1.2",
"electron": "32.1.0",
"electron-builder": "25.0.5",
"final-form": "4.20.10",
"graphql-tag": "2.12.6",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"menubar": "9.5.0",
"nprogress": "0.2.0",
"nock": "13.5.5",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "6.5.9",
"react-router-dom": "6.26.2",
"resize-observer-polyfill": "1.5.1",
"rimraf": "6.0.1",
"style-loader": "4.0.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.11",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
Expand Down
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

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

0 comments on commit ce79a93

Please sign in to comment.