|
59 | 59 | "types/*.d.ts" |
60 | 60 | ], |
61 | 61 | "dependencies": { |
62 | | - "@babel/code-frame": "7.18.6", |
63 | | - "@babel/runtime": "7.18.9", |
64 | | - "@types/aria-query": "5.0.1", |
| 62 | + "@babel/code-frame": "^7.10.4", |
| 63 | + "@babel/runtime": "^7.12.5", |
| 64 | + "@types/aria-query": "^5.0.1", |
65 | 65 | "aria-query": "5.3.0", |
66 | | - "dom-accessibility-api": "0.5.9", |
67 | | - "lz-string": "1.5.0", |
| 66 | + "dom-accessibility-api": "^0.5.9", |
| 67 | + "lz-string": "^1.5.0", |
68 | 68 | "picocolors": "1.1.1", |
69 | | - "pretty-format": "27.0.2" |
| 69 | + "pretty-format": "^27.0.2" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | | - "@testing-library/jest-dom": "5.11.6", |
| 72 | + "@testing-library/jest-dom": "^5.11.6", |
73 | 73 | "browserslist": "4.21.8", |
74 | 74 | "caniuse-lite": "1.0.30001502", |
75 | | - "jest-in-case": "1.0.2", |
76 | | - "jest-snapshot-serializer-ansi": "1.0.0", |
77 | | - "jest-watch-select-projects": "2.0.0", |
| 75 | + "jest-in-case": "^1.0.2", |
| 76 | + "jest-snapshot-serializer-ansi": "^1.0.0", |
| 77 | + "jest-watch-select-projects": "^2.0.0", |
78 | 78 | "jsdom": "20.0.0", |
79 | | - "kcd-scripts": "13.0.0", |
80 | | - "typescript": "4.5" |
| 79 | + "kcd-scripts": "^13.0.0", |
| 80 | + "typescript": "^4.1.2" |
81 | 81 | }, |
82 | 82 | "overrides": { |
| 83 | + "@babel/helper-compilation-targets": "7.24.7", |
83 | 84 | "browserslist": "4.21.8", |
84 | | - "caniuse-lite": "1.0.30001502", |
85 | | - "@babel/runtime": "7.18.9", |
86 | | - "@babel/core": "7.18.13", |
87 | | - "@babel/helper-compilation-targets": "7.18.9", |
88 | | - "@types/node": "18.11.9" |
| 85 | + "caniuse-lite": "1.0.30001502" |
89 | 86 | }, |
90 | 87 | "eslintConfig": { |
91 | 88 | "extends": [ |
|
0 commit comments