|
51 | 51 | "./package.json" |
52 | 52 | ], |
53 | 53 | "engines": { |
54 | | - "node": ">=18 <=22.6" |
| 54 | + "node": ">=18" |
55 | 55 | }, |
56 | 56 | "scripts": { |
57 | 57 | "build": "vite build", |
58 | 58 | "check": "yarn build && yarn compile && yarn lint && yarn test --run", |
59 | 59 | "compile": "tsc", |
60 | 60 | "lint": "eslint .", |
61 | 61 | "release": "semantic-release", |
62 | | - "test": "vitest" |
| 62 | + "test": "NODE_OPTIONS=\"--no-experimental-detect-module\" vitest", |
| 63 | + "test:ci": "vitest" |
63 | 64 | }, |
64 | | - "packageManager": "yarn@4.5.3", |
| 65 | + "packageManager": "yarn@4.9.1", |
65 | 66 | "dependencies": { |
66 | | - "@babel/core": "^7.26.0", |
| 67 | + "@babel/core": "^7.26.10", |
67 | 68 | "@babel/register": "^7.25.9", |
68 | | - "babel-plugin-extension-resolver": "^1.0.12", |
69 | 69 | "debug": "^4.4.0", |
70 | 70 | "dot-prop-immutable": "^2.1.1", |
71 | 71 | "rewiremock": "^3.14.5", |
72 | 72 | "supports-color": "^10.0.0", |
73 | | - "ts-pattern": "^5.6.0" |
| 73 | + "ts-pattern": "^5.7.0" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | 76 | "@assertive-ts/core": "^2.1.0", |
77 | | - "@eslint/js": "^9.17.0", |
78 | | - "@react-native/babel-preset": "^0.76.5", |
79 | | - "@stylistic/eslint-plugin": "^2.12.1", |
80 | | - "@testing-library/react-native": "^12.9.0", |
| 77 | + "@eslint/js": "^9.24.0", |
| 78 | + "@react-native/babel-preset": "^0.79.1", |
| 79 | + "@stylistic/eslint-plugin": "^4.2.0", |
| 80 | + "@testing-library/react-native": "^13.2.0", |
81 | 81 | "@types/babel__core": "^7.20.5", |
82 | 82 | "@types/babel__register": "^7.17.3", |
83 | 83 | "@types/debug": "^4.1.12", |
84 | | - "@types/eslint__js": "^8.42.3", |
85 | | - "@types/node": "^22.10.2", |
86 | | - "@types/react": "^19.0.2", |
87 | | - "@types/react-test-renderer": "^19.0.0", |
88 | | - "@types/sinon": "^17.0.3", |
89 | | - "eslint": "^9.17.0", |
90 | | - "eslint-import-resolver-typescript": "^3.7.0", |
| 84 | + "@types/node": "^22.14.1", |
| 85 | + "@types/react": "^19.1.2", |
| 86 | + "@types/react-test-renderer": "^19.1.0", |
| 87 | + "@types/sinon": "^17.0.4", |
| 88 | + "eslint": "^9.24.0", |
| 89 | + "eslint-import-resolver-typescript": "^4.3.2", |
91 | 90 | "eslint-plugin-import": "^2.31.0", |
92 | | - "eslint-plugin-jsdoc": "^50.6.1", |
93 | | - "eslint-plugin-perfectionist": "^4.4.0", |
94 | | - "eslint-plugin-react": "^7.37.2", |
95 | | - "eslint-plugin-sonarjs": "^3.0.1", |
96 | | - "globals": "^15.14.0", |
97 | | - "react": "19.0.0", |
98 | | - "react-native": "^0.76.5", |
99 | | - "react-native-svg": "^15.10.1", |
100 | | - "react-test-renderer": "^19.0.0", |
101 | | - "semantic-release": "^24.2.0", |
| 91 | + "eslint-plugin-jsdoc": "^50.6.9", |
| 92 | + "eslint-plugin-perfectionist": "^4.11.0", |
| 93 | + "eslint-plugin-react": "^7.37.5", |
| 94 | + "eslint-plugin-sonarjs": "^3.0.2", |
| 95 | + "globals": "^16.0.0", |
| 96 | + "react": "19.1.0", |
| 97 | + "react-native": "^0.79.1", |
| 98 | + "react-native-svg": "^15.11.2", |
| 99 | + "react-test-renderer": "^19.1.0", |
| 100 | + "semantic-release": "^24.2.3", |
102 | 101 | "semantic-release-yarn": "^3.0.2", |
103 | | - "sinon": "^19.0.2", |
| 102 | + "sinon": "^20.0.0", |
104 | 103 | "tslib": "^2.8.1", |
105 | | - "typescript": "^5.7.2", |
106 | | - "typescript-eslint": "^8.18.2", |
107 | | - "vite": "^6.0.5", |
108 | | - "vite-plugin-dts": "^4.4.0", |
109 | | - "vitest": "^2.1.8" |
| 104 | + "typescript": "^5.8.3", |
| 105 | + "typescript-eslint": "^8.30.1", |
| 106 | + "vite": "^6.2.6", |
| 107 | + "vite-plugin-dts": "^4.5.3", |
| 108 | + "vitest": "^3.1.1" |
110 | 109 | }, |
111 | 110 | "peerDependencies": { |
112 | 111 | "@react-native/babel-preset": ">=0.73.18", |
|
0 commit comments