|
18 | 18 | "checks": "yarn lint && yarn prebuild && yarn test" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@fortawesome/fontawesome-svg-core": "6.2.0", |
22 | | - "@fortawesome/free-regular-svg-icons": "6.2.0", |
23 | | - "@fortawesome/free-solid-svg-icons": "6.2.0", |
| 21 | + "@fortawesome/fontawesome-svg-core": "6.2.1", |
| 22 | + "@fortawesome/free-regular-svg-icons": "6.2.1", |
| 23 | + "@fortawesome/free-solid-svg-icons": "6.2.1", |
24 | 24 | "@fortawesome/react-fontawesome": "0.2.0", |
25 | 25 | "@tauri-apps/api": "1.2.0", |
26 | 26 | "@types/stack-trace": "0.0.30", |
|
36 | 36 | "json5": "2.2.1", |
37 | 37 | "lodash": "4.17.21", |
38 | 38 | "mobmarch": "^1.0.4", |
39 | | - "mobx": "6.6.2", |
| 39 | + "mobx": "6.7.0", |
40 | 40 | "mobx-react": "7.5.3", |
41 | 41 | "nanoid": "4.0.0", |
42 | 42 | "path-browserify": "1.0.1", |
|
48 | 48 | "react-country-flag": "3.0.2", |
49 | 49 | "react-dom": "18.2.0", |
50 | 50 | "react-router-dom": "6.4.3", |
51 | | - "react-select": "5.6.0", |
| 51 | + "react-select": "5.6.1", |
52 | 52 | "react-spring": "9.5.5", |
53 | 53 | "reflect-metadata": "0.1.13", |
54 | 54 | "rxjs": "7.5.7", |
|
68 | 68 | "@testing-library/react": "13.4.0", |
69 | 69 | "@testing-library/user-event": "14.4.3", |
70 | 70 | "@types/country-flag-icons": "1.2.0", |
71 | | - "@types/jest": "29.2.2", |
72 | | - "@types/lodash": "4.14.188", |
| 71 | + "@types/jest": "29.2.3", |
| 72 | + "@types/lodash": "4.14.189", |
73 | 73 | "@types/node": "18.11.9", |
74 | 74 | "@types/react": "18.0.25", |
75 | | - "@types/react-dom": "18.0.6", |
| 75 | + "@types/react-dom": "18.0.9", |
76 | 76 | "@types/testing-library__jest-dom": "5.14.5", |
77 | 77 | "@types/throttle-debounce": "5.0.0", |
78 | 78 | "@types/webfontloader": "1.6.35", |
79 | | - "@typescript-eslint/eslint-plugin": "5.42.0", |
80 | | - "@typescript-eslint/parser": "5.42.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "5.42.1", |
| 80 | + "@typescript-eslint/parser": "5.42.1", |
81 | 81 | "@vitejs/plugin-react": "2.2.0", |
82 | 82 | "babel-loader": "9.1.0", |
83 | 83 | "deepl-translator": "1.2.1", |
84 | | - "eslint": "8.27.0", |
| 84 | + "eslint": "8.28.0", |
85 | 85 | "eslint-config-prettier": "8.5.0", |
86 | 86 | "eslint-plugin-prettier": "4.2.1", |
87 | | - "eslint-plugin-react": "7.31.10", |
88 | | - "jest": "29.2.2", |
89 | | - "jest-environment-jsdom": "29.2.2", |
| 87 | + "eslint-plugin-react": "7.31.11", |
| 88 | + "jest": "29.3.1", |
| 89 | + "jest-environment-jsdom": "29.3.1", |
90 | 90 | "jest-styled-components": "7.1.1", |
91 | 91 | "prettier": "2.7.1", |
92 | 92 | "ts-jest": "29.0.3", |
93 | 93 | "ts-node": "10.9.1", |
94 | 94 | "typescript": "4.8.4", |
95 | 95 | "unplugin-swc": "1.3.2", |
96 | | - "vite": "3.2.2", |
| 96 | + "vite": "3.2.4", |
97 | 97 | "vite-plugin-swc-react": "0.1.12", |
98 | 98 | "vite-tsconfig-paths": "3.5.2" |
99 | 99 | } |
|
0 commit comments