refactor: [UEPR-63] all dependencies use react18

This commit is contained in:
Bogomil-Stoyanov 2025-01-28 13:55:24 +02:00
parent 35decccfba
commit 2ad2e06c45
3 changed files with 4459 additions and 2769 deletions

7222
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -78,7 +78,7 @@
"postcss-loader": "3.0.0",
"postcss-simple-vars": "5.0.2",
"raf": "3.4.1",
"react": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "6.8.9",
"react-intl-redux": "2.4.1",
@ -99,7 +99,7 @@
"semantic-release": "19.0.5",
"style-loader": "1.3.0",
"svg-url-loader": "3.0.3",
"tap": "14.11.0",
"tap": "^21.0.1",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.3.0",
"webpack": "4.47.0",

View file

@ -18,4 +18,4 @@ describe('Button', () => {
fireEvent.click(buttonElement);
expect(onClick).toHaveBeenCalled();
});
});
});