|
43 | 43 | "build:code": "cross-env NODE_ENV=production rollup --config",
|
44 | 44 | "build:types": "tsc --emitDeclarationOnly",
|
45 | 45 | "build": "npm run build:types && npm run build:code",
|
46 |
| - "test": "jest --coverage --env=jsdom", |
| 46 | + "test": "npx jest --coverage --env=jsdom", |
47 | 47 | "test:watch": "jest --coverage --watch --env=jsdom",
|
48 | 48 | "test:prod": "npm run lint && npm run test -- --no-cache",
|
49 | 49 | "dev:code": "cross-env NODE_ENV=development rollup --config --watch",
|
|
89 | 89 | "@rollup/plugin-node-resolve": "^10.0.0",
|
90 | 90 | "@rollup/plugin-replace": "^2.3.4",
|
91 | 91 | "@testing-library/jest-dom": "^5.11.4",
|
92 |
| - "@testing-library/react": "^13.3.0", |
| 92 | + "@testing-library/react": "^16.2.0", |
93 | 93 | "@testing-library/user-event": "^12.1.10",
|
94 | 94 | "@types/jest": "^26.0.15",
|
95 |
| - "@types/react": "^18.0.15", |
96 |
| - "@types/react-dom": "^18.0.6", |
| 95 | + "@types/react": "19.0.0", |
| 96 | + "@types/react-dom": "19.0.0", |
97 | 97 | "azure-maps-control": "^3.5.0",
|
98 | 98 | "babel-preset-env": "^1.7.0",
|
99 | 99 | "concurrently": "^5.3.0",
|
|
104 | 104 | "lint-staged": "^10.5.2",
|
105 | 105 | "parcel-bundler": "1.12.3",
|
106 | 106 | "prettier": "^2.2.0",
|
107 |
| - "react": "^18.2.0", |
108 |
| - "react-dom": "^18.2.0", |
109 |
| - "react-scripts": "4.0.1", |
| 107 | + "react": "^19.0.0", |
| 108 | + "react-dom": "^19.0.0", |
| 109 | + "react-scripts": "^5.0.1", |
110 | 110 | "rollup": "^2.33.3",
|
111 | 111 | "rollup-plugin-copy": "^3.4.0",
|
112 | 112 | "rollup-plugin-livereload": "^2.0.0",
|
|
121 | 121 | },
|
122 | 122 | "peerDependencies": {
|
123 | 123 | "azure-maps-control": "^3.5.0",
|
124 |
| - "react": "^17.0.2 || ^18.0.0", |
125 |
| - "react-dom": "^17.0.2 || ^18.0.0" |
| 124 | + "react": "^17.0.2 || ^18.0.0 || ^19.0.0", |
| 125 | + "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0" |
126 | 126 | },
|
127 | 127 | "dependencies": {
|
128 | 128 | "guid-typescript": "^1.0.9"
|
|
0 commit comments