|
14 | 14 | "postinstall": "husky install" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
| 17 | + "@babel/core": "^7.26.10", |
17 | 18 | "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 19 | + "@babel/runtime": "^7.27.0", |
18 | 20 | "@eslint/compat": "^1.2.2", |
19 | 21 | "@eslint/eslintrc": "^3.1.0", |
20 | 22 | "@eslint/js": "^9.14.0", |
21 | | - "@ikscodes/browser-env": "~0.3.1", |
22 | 23 | "@istanbuljs/nyc-config-typescript": "~0.1.3", |
| 24 | + "@peculiar/webcrypto": "^1.5.0", |
23 | 25 | "@types/fs-extra": "^9.0.13", |
24 | 26 | "@types/inquirer": "^8.1.1", |
25 | 27 | "@types/is-ci": "^3.0.0", |
26 | | - "@types/jest": "^27.0.0", |
| 28 | + "@types/jest": "^29.5.12", |
27 | 29 | "@types/jsdom": "~12.2.4", |
28 | 30 | "@types/lodash": "^4.14.172", |
29 | | - "@types/react": "^18.0.26", |
30 | | - "@types/react-native": "^0.70.5", |
| 31 | + "@types/react": "^19.1.0", |
31 | 32 | "@types/rimraf": "^3.0.2", |
32 | 33 | "@types/tsc-watch": "^4.2.0", |
33 | 34 | "@types/whatwg-url": "^6.4.0", |
34 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
35 | | - "@typescript-eslint/parser": "7.12.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^8.29.1", |
| 36 | + "@typescript-eslint/parser": "^8.29.1", |
36 | 37 | "auto": "^11.1.2", |
37 | | - "babel-jest": "^27.0.6", |
| 38 | + "babel-jest": "^29.7.0", |
38 | 39 | "brotli-size": "^4.0.0", |
39 | 40 | "chalk": "~4.1.2", |
40 | 41 | "enquirer": "^2.3.6", |
41 | | - "esbuild": "^0.14.13", |
42 | | - "eslint": "9.14.0", |
43 | | - "eslint-config-prettier": "^9.1.0", |
44 | | - "eslint-import-resolver-typescript": "^3.6.3", |
| 42 | + "esbuild": "0.25.2", |
| 43 | + "eslint": "^9.24.0", |
45 | 44 | "eslint-plugin-import": "^2.31.0", |
46 | 45 | "eslint-plugin-jsx-a11y": "^6.10.2", |
47 | | - "eslint-plugin-prettier": "^5.2.1", |
48 | | - "eslint-plugin-react": "^7.37.2", |
49 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 46 | + "eslint-plugin-prettier": "^5.2.6", |
50 | 47 | "execa": "~5.1.1", |
51 | 48 | "fs-extra": "^10.0.0", |
52 | 49 | "globals": "^15.12.0", |
53 | 50 | "gzip-size": "^6.0.0", |
54 | 51 | "husky": "^7.0.1", |
55 | 52 | "inquirer": "^8.1.2", |
56 | 53 | "is-ci": "^3.0.0", |
57 | | - "jest": "^27.0.6", |
| 54 | + "jest": "^29.7.0", |
| 55 | + "jest-environment-jsdom": "^29.7.0", |
58 | 56 | "lerna": "8.0.2", |
59 | 57 | "lint-staged": "^10.0.7", |
| 58 | + "localforage-driver-memory": "^1.0.5", |
60 | 59 | "lodash": "^4.17.21", |
61 | 60 | "meow": "9.0.0", |
62 | 61 | "npm-run-all": "^4.1.5", |
63 | 62 | "nyc": "13.1.0", |
64 | 63 | "ora": "~5.4.1", |
65 | 64 | "p-limit": "^3.1.0", |
66 | | - "prettier": "^3.3.3", |
| 65 | + "prettier": "^3.5.3", |
67 | 66 | "pretty-bytes": "^5.6.0", |
68 | | - "react": "^16.13.1", |
69 | | - "react-native": "^0.62.2", |
70 | | - "regenerator-runtime": "0.13.9", |
| 67 | + "react": "^19.1.0", |
71 | 68 | "replace-in-file": "^6.1.0", |
72 | 69 | "rimraf": "~3.0.2", |
73 | 70 | "ts-jest": "^29.3.0", |
|
86 | 83 | ] |
87 | 84 | }, |
88 | 85 | "resolutions": { |
89 | | - "@rollup/plugin-commonjs": "^17.0.0", |
90 | | - "eslint": "9.14.0" |
| 86 | + "@rollup/plugin-commonjs": "^17.0.0" |
91 | 87 | }, |
92 | 88 | "repository": "magiclabs/magic-js", |
93 | 89 | "author": "Magic Labs <[email protected]>", |
|
0 commit comments