|
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@emotion/react": "^11.11.1", |
| 6 | + "@emotion/react": "^11.11.3", |
7 | 7 | "@emotion/styled": "^11.11.0", |
8 | | - "@faker-js/faker": "^8.1.0", |
9 | | - "@giscus/react": "^2.3.0", |
10 | | - "@mui/icons-material": "^5.14.13", |
| 8 | + "@faker-js/faker": "^8.3.1", |
| 9 | + "@giscus/react": "^2.4.0", |
| 10 | + "@mui/icons-material": "^5.15.6", |
11 | 11 | "@mui/joy": "5.0.0-beta.10", |
12 | | - "@mui/material": "^5.14.13", |
13 | | - "@mui/styles": "^5.14.13", |
| 12 | + "@mui/material": "^5.15.6", |
| 13 | + "@mui/styles": "^5.15.6", |
14 | 14 | "@nhost/react": "^0.9.2", |
15 | 15 | "@reduxjs/toolkit": "^1.9.7", |
16 | 16 | "@tensorflow-models/coco-ssd": "^2.2.3", |
17 | | - "@tensorflow/tfjs": "^4.11.0", |
| 17 | + "@tensorflow/tfjs": "^4.16.0", |
18 | 18 | "add": "^2.0.6", |
19 | | - "axios": "^1.5.1", |
| 19 | + "axios": "^1.6.5", |
20 | 20 | "browser-image-compression": "^2.0.2", |
21 | | - "classnames": "^2.3.2", |
22 | | - "codemirror": "^5.65.15", |
| 21 | + "classnames": "^2.5.1", |
| 22 | + "codemirror": "^5.65.16", |
23 | 23 | "date-fns": "^2.30.0", |
24 | 24 | "dom-to-image": "^2.6.0", |
25 | | - "dompurify": "^3.0.6", |
| 25 | + "dompurify": "^3.0.8", |
26 | 26 | "downloadjs": "^1.4.7", |
27 | 27 | "file-saver": "^2.0.5", |
28 | 28 | "firebase": "9.9.0", |
|
36 | 36 | "leaflet": "^1.9.4", |
37 | 37 | "lodash": "^4.17.21", |
38 | 38 | "lodash.memoize": "^4.1.2", |
39 | | - "mathjs": "^11.11.2", |
40 | | - "p5": "^1.7.0", |
| 39 | + "mathjs": "^11.12.0", |
| 40 | + "p5": "^1.9.0", |
41 | 41 | "react": "^18.2.0", |
42 | 42 | "react-codemirror2": "^7.3.0", |
43 | 43 | "react-color": "^2.19.3", |
|
48 | 48 | "react-error-boundary": "^3.1.4", |
49 | 49 | "react-helmet": "^6.1.0", |
50 | 50 | "react-hot-toast": "^2.4.1", |
51 | | - "react-icons": "^4.8.0", |
| 51 | + "react-icons": "^4.12.0", |
52 | 52 | "react-infinite-scroll-component": "^6.1.0", |
53 | 53 | "react-infinite-scroll-hook": "^4.1.1", |
54 | 54 | "react-infinite-scroller": "^1.2.6", |
|
58 | 58 | "react-p5": "^1.4.1", |
59 | 59 | "react-qr-code": "^2.0.12", |
60 | 60 | "react-redux": "^8.1.3", |
61 | | - "react-router-dom": "^6.16.0", |
| 61 | + "react-router-dom": "^6.21.3", |
62 | 62 | "react-scripts": "5.0.0", |
63 | 63 | "react-shimmer-effect": "^1.0.9", |
64 | 64 | "react-simple-maps": "^2.3.0", |
65 | 65 | "react-toastify": "^9.1.3", |
66 | 66 | "react-twitter-widgets": "^1.11.0", |
67 | | - "react-webcam": "^7.1.1", |
| 67 | + "react-webcam": "^7.2.0", |
68 | 68 | "redux": "^4.2.1", |
69 | 69 | "redux-persist": "^6.0.0", |
70 | 70 | "remarkable": "^2.0.1", |
71 | 71 | "reselect": "^4.1.8", |
72 | | - "sass": "^1.69.6", |
73 | | - "styled-components": "^6.1.0", |
| 72 | + "sass": "^1.70.0", |
| 73 | + "styled-components": "^6.1.8", |
74 | 74 | "swiper": "^9.4.1", |
75 | 75 | "url": "^0.11.3", |
76 | 76 | "web-vitals": "^2.1.4", |
|
80 | 80 | "workbox-precaching": "^7.0.0", |
81 | 81 | "workbox-routing": "^7.0.0", |
82 | 82 | "workbox-strategies": "^7.0.0", |
83 | | - "workbox-window": "^7.0.0" |
| 83 | + "workbox-window": "^7.0.0", |
| 84 | + "yarn": "^1.22.21" |
84 | 85 | }, |
85 | 86 | "scripts": { |
86 | 87 | "dev": "react-scripts start", |
|
123 | 124 | ] |
124 | 125 | }, |
125 | 126 | "devDependencies": { |
126 | | - "@babel/plugin-transform-private-property-in-object": "^7.22.11", |
| 127 | + "@babel/plugin-transform-private-property-in-object": "^7.23.4", |
127 | 128 | "@tailwindcss/nesting": "0.0.0-insiders.565cd3e", |
128 | 129 | "@testing-library/jest-dom": "^5.17.0", |
129 | 130 | "@testing-library/react": "^13.4.0", |
130 | | - "@types/dompurify": "^3.0.3", |
131 | | - "@types/lodash": "^4.14.199", |
132 | | - "@types/node": "^20.8.6", |
133 | | - "@types/p5": "^1.7.0", |
134 | | - "@types/react": "^18.2.28", |
135 | | - "@types/react-dom": "^18.2.13", |
| 131 | + "@types/dompurify": "^3.0.5", |
| 132 | + "@types/lodash": "^4.14.202", |
| 133 | + "@types/node": "^20.11.6", |
| 134 | + "@types/p5": "^1.7.6", |
| 135 | + "@types/react": "^18.2.48", |
| 136 | + "@types/react-dom": "^18.2.18", |
136 | 137 | "@typescript-eslint/eslint-plugin": "6.4.0", |
137 | | - "@typescript-eslint/parser": "^6.7.5", |
138 | | - "autoprefixer": "^10.4.16", |
| 138 | + "@typescript-eslint/parser": "^6.19.1", |
| 139 | + "autoprefixer": "^10.4.17", |
139 | 140 | "cypress": "^10.11.0", |
140 | | - "eslint": "^8.51.0", |
141 | | - "eslint-config-prettier": "^9.0.0", |
| 141 | + "eslint": "^8.56.0", |
| 142 | + "eslint-config-prettier": "^9.1.0", |
142 | 143 | "eslint-config-standard-with-typescript": "^39.1.1", |
143 | 144 | "eslint-import-resolver-typescript": "^3.6.1", |
144 | | - "eslint-plugin-import": "^2.28.1", |
145 | | - "eslint-plugin-n": "^16.2.0", |
146 | | - "eslint-plugin-prettier": "^5.0.1", |
| 145 | + "eslint-plugin-import": "^2.29.1", |
| 146 | + "eslint-plugin-n": "^16.6.2", |
| 147 | + "eslint-plugin-prettier": "^5.1.3", |
147 | 148 | "eslint-plugin-promise": "^6.1.1", |
148 | 149 | "eslint-plugin-react": "^7.33.2", |
149 | 150 | "eslint-plugin-react-hooks": "^4.6.0", |
150 | 151 | "husky": "^8.0.3", |
151 | 152 | "lint-staged": "^13.3.0", |
152 | | - "postcss": "^8.4.31", |
| 153 | + "postcss": "^8.4.33", |
153 | 154 | "postcss-import": "^15.1.0", |
154 | | - "prettier": "^3.0.3", |
155 | | - "puppeteer": "^21.3.8", |
| 155 | + "prettier": "^3.2.4", |
| 156 | + "puppeteer": "^21.9.0", |
156 | 157 | "react-snap": "^1.23.0", |
157 | 158 | "tailwind-scrollbar": "^2.1.0", |
158 | | - "tailwindcss": "^3.3.3", |
159 | | - "typescript": "^5.2.2" |
| 159 | + "tailwindcss": "^3.4.1", |
| 160 | + "typescript": "^5.3.3" |
160 | 161 | } |
161 | 162 | } |
0 commit comments