JAVA-5587 Verify Spring Boot React errors and build time
This commit is contained in:
parent
6009a3bb87
commit
92632cd896
16760
spring-boot-modules/spring-boot-react/frontend/package-lock.json
generated
16760
spring-boot-modules/spring-boot-react/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,13 +6,19 @@
|
|||||||
"@testing-library/jest-dom": "^5.11.10",
|
"@testing-library/jest-dom": "^5.11.10",
|
||||||
"@testing-library/react": "^11.2.5",
|
"@testing-library/react": "^11.2.5",
|
||||||
"@testing-library/user-event": "^12.8.3",
|
"@testing-library/user-event": "^12.8.3",
|
||||||
"bootstrap": "^4.1.3",
|
"@testing-library/dom": "^7.21.4",
|
||||||
|
"@types/webpack": "^5.28.0",
|
||||||
|
"sockjs-client": "^1.4.0",
|
||||||
|
"type-fest": "^0.13.1",
|
||||||
|
"webpack-hot-middleware": "^2.25.1",
|
||||||
|
"webpack-plugin-serve": "^1.5.0",
|
||||||
|
"bootstrap": "^5.1",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-cookie": "^3.0.4",
|
"react-cookie": "^4.1.1",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-router-dom": "^4.3.1",
|
"react-router-dom": "^5.3.0",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "4.0.3",
|
||||||
"reactstrap": "^6.5.0",
|
"reactstrap": "^8.10.0",
|
||||||
"web-vitals": "^1.1.1"
|
"web-vitals": "^1.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
<maven.compiler.source>11</maven.compiler.source>
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
<frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
|
<frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
|
||||||
<node.version>v10.14.2</node.version>
|
<node.version>v14.18.0</node.version>
|
||||||
<yarn.version>v1.12.1</yarn.version>
|
<yarn.version>v1.12.1</yarn.version>
|
||||||
<spring-boot.version>2.4.4</spring-boot.version>
|
<spring-boot.version>2.4.4</spring-boot.version>
|
||||||
<h2.version>1.4.200</h2.version>
|
<h2.version>1.4.200</h2.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user