|
13 | 13 | "node": "16.15.0" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@emotion/react": "^11.10.4", |
17 | | - "filelist-utils": "^0.12.0", |
18 | | - "nmr-load-save": "^0.3.0", |
19 | | - "nmrium": "^0.32.0", |
| 16 | + "@emotion/react": "^11.10.5", |
| 17 | + "filelist-utils": "^1.1.1", |
| 18 | + "nmr-load-save": "^0.4.6", |
| 19 | + "nmrium": "^0.33.0", |
20 | 20 | "react-router-dom": "^6.4.2" |
21 | 21 | }, |
22 | 22 | "scripts": { |
|
35 | 35 | "test-e2e-server": "serve -l tcp://localhost:3000 build" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/plugin-transform-modules-commonjs": "^7.18.6", |
| 38 | + "@babel/plugin-transform-modules-commonjs": "^7.19.6", |
39 | 39 | "@babel/preset-react": "^7.18.6", |
40 | 40 | "@babel/preset-typescript": "^7.18.6", |
41 | 41 | "@playwright/test": "^1.27.1", |
42 | 42 | "@simbathesailor/use-what-changed": "^2.0.0", |
43 | | - "@types/jest": "^29.1.2", |
44 | | - "@types/node": "^18.8.5", |
45 | | - "@types/react": "^18.0.21", |
46 | | - "@types/react-dom": "^18.0.6", |
| 43 | + "@types/jest": "^29.2.0", |
| 44 | + "@types/node": "^18.11.7", |
| 45 | + "@types/react": "^18.0.24", |
| 46 | + "@types/react-dom": "^18.0.8", |
47 | 47 | "@types/react-router-dom": "^5.3.3", |
48 | | - "@typescript-eslint/eslint-plugin": "^5.40.0", |
49 | | - "@typescript-eslint/parser": "^5.40.0", |
50 | | - "@vitejs/plugin-react": "^2.1.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.41.0", |
| 49 | + "@typescript-eslint/parser": "^5.41.0", |
| 50 | + "@vitejs/plugin-react": "^2.2.0", |
51 | 51 | "cross-env": "^7.0.3", |
52 | | - "eslint": "^8.25.0", |
| 52 | + "eslint": "^8.26.0", |
53 | 53 | "eslint-config-airbnb": "^19.0.4", |
54 | 54 | "eslint-config-prettier": "^8.5.0", |
55 | | - "eslint-import-resolver-typescript": "^3.5.1", |
| 55 | + "eslint-import-resolver-typescript": "^3.5.2", |
56 | 56 | "eslint-plugin-import": "^2.26.0", |
57 | 57 | "eslint-plugin-jsx-a11y": "^6.6.1", |
58 | 58 | "eslint-plugin-prettier": "^4.2.1", |
59 | 59 | "eslint-plugin-react": "^7.31.10", |
60 | 60 | "eslint-plugin-react-hooks": "^4.6.0", |
61 | | - "jest": "^29.1.2", |
| 61 | + "jest": "^29.2.2", |
62 | 62 | "prettier": "2.7.1", |
63 | 63 | "react": "^18.2.0", |
64 | 64 | "react-dom": "^18.2.0", |
65 | 65 | "serve": "^14.0.1", |
66 | 66 | "typescript": "^4.8.4", |
67 | | - "vite": "^3.1.8" |
| 67 | + "vite": "^3.2.0" |
68 | 68 | } |
69 | 69 | } |
0 commit comments