|
1 | 1 | { |
2 | 2 | "name": "swell", |
3 | | - "version": "1.18.0", |
| 3 | + "version": "1.19.0", |
4 | 4 | "description": "Swell", |
5 | 5 | "main": "main.js", |
6 | 6 | "repository": "https://github.com/open-source-labs/Swell", |
|
31 | 31 | "gh-publish-mac": "electron-builder build --x64 --mac -p always", |
32 | 32 | "gh-publish": "electron-builder build -mwl -p always", |
33 | 33 | "check-types": "tsc", |
34 | | - "postinstall": "NODE_OPTIONS=--no-node-snapshot patch-package" |
| 34 | + "postinstall": "patch-package" |
35 | 35 | }, |
36 | 36 | "build": { |
37 | 37 | "npmRebuild": false, |
|
98 | 98 | "@apollo/client": "^3.5.0", |
99 | 99 | "@apollo/server": "^4.6.0", |
100 | 100 | "@emotion/cache": "^11.11.0", |
101 | | - "@emotion/react": "^11.11.4", |
102 | | - "@emotion/styled": "^11.11.5", |
| 101 | + "@emotion/react": "^11.14.0", |
| 102 | + "@emotion/styled": "^11.14.0", |
103 | 103 | "@graphql-tools/schema": "^8.3.10", |
104 | 104 | "@grpc/grpc-js": "^1.6.7", |
105 | 105 | "@grpc/proto-loader": "^0.6.9", |
|
146 | 146 | "node-fetch": "^3.3.0", |
147 | 147 | "node-gyp": "^11.0.0", |
148 | 148 | "npm": "^8.7.0", |
149 | | - "patch-package": "^6.4.7", |
| 149 | + "patch-package": "^6.5.1", |
150 | 150 | "path": "^0.12.7", |
151 | 151 | "prop-types": "^15.8.1", |
152 | 152 | "react": "^18.0.0", |
|
156 | 156 | "react-dropzone": "^12.1.0", |
157 | 157 | "react-github-btn": "^1.2.2", |
158 | 158 | "react-icons": "^5.4.0", |
| 159 | + "react-joyride": "^2.9.3", |
159 | 160 | "react-redux": "^8.0.1", |
160 | 161 | "react-router-dom": "^6.3.0", |
161 | 162 | "react-split": "^2.0.14", |
|
184 | 185 | "@babel/runtime": "^7.17.9", |
185 | 186 | "@mui/icons-material": "^5.6.2", |
186 | 187 | "@mui/lab": "5.0.0-alpha.137", |
187 | | - "@mui/material": "5.14.2", |
| 188 | + "@mui/material": "^5.14.2", |
188 | 189 | "@playwright/test": "^1.21.1", |
189 | 190 | "@testing-library/jest-dom": "^6.1.4", |
190 | 191 | "@testing-library/react": "^14.0.0", |
|
571 | 572 | { |
572 | 573 | "name": "Nitesh Manem", |
573 | 574 | "url": "https://github.com/NManem" |
| 575 | + }, |
| 576 | + { |
| 577 | + "name": "Kiki Hunt", |
| 578 | + "url": "https://github.com/Iloveeverything" |
| 579 | + }, |
| 580 | + { |
| 581 | + "name": "Isaac Mbambo", |
| 582 | + "url": "https://github.com/IM236" |
| 583 | + }, |
| 584 | + { |
| 585 | + "name": "Ting Lee", |
| 586 | + "url": "https://github.com/tingEng" |
| 587 | + }, |
| 588 | + { |
| 589 | + "name": "Rachel Dean", |
| 590 | + "url": "https://github.com/rchldn" |
| 591 | + }, |
| 592 | + { |
| 593 | + "name": "Kadeem Reid", |
| 594 | + "url": "https://github.com/Kadeem929" |
574 | 595 | } |
575 | 596 | ] |
576 | 597 | } |
| 598 | + |
0 commit comments