File tree Expand file tree Collapse file tree 4 files changed +18
-17
lines changed
Expand file tree Collapse file tree 4 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >gateway-webpage</artifactId >
99 <groupId >com.inductiveautomation.ignition.examples.hce</groupId >
10- <version >1.1.0 -SNAPSHOT</version >
10+ <version >1.1.1 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >gateway-webpage-build</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >gateway-webpage</artifactId >
99 <groupId >com.inductiveautomation.ignition.examples.hce</groupId >
10- <version >1.1.0 -SNAPSHOT</version >
10+ <version >1.1.1 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >gateway-webpage-gateway</artifactId >
Original file line number Diff line number Diff line change 11{
22 "name" : " homeconnectstatus" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
99 "build:dev" : " webpack --mode development"
1010 },
1111 "dependencies" : {
12- "moment" : " ^2.11.2 " ,
12+ "moment" : " ^2.20.1 " ,
1313 "prop-types" : " ^15.7.2" ,
14- "react" : " 16.11 .0" ,
15- "react-dom" : " 16.11 .0" ,
16- "react-redux" : " ^4.4.0 " ,
17- "redux" : " ^3.7.2 " ,
18- "redux-thunk" : " ^1.0.3 "
14+ "react" : " 18.2 .0" ,
15+ "react-dom" : " 18.2 .0" ,
16+ "react-redux" : " ^5.1.1 " ,
17+ "redux" : " ^4.0.1 " ,
18+ "redux-thunk" : " ^2.3.0 "
1919 },
2020 "devDependencies" : {
21- "@babel/core" : " ^7.15.0 " ,
22- "@babel/preset-env" : " ^7.15.0 " ,
23- "@babel/preset-react" : " ^7.14.5 " ,
21+ "@babel/core" : " ^7.17.8 " ,
22+ "@babel/preset-env" : " ^7.16.11 " ,
23+ "@babel/preset-react" : " ^7.16.7 " ,
2424 "babel-eslint" : " ^4.1.8" ,
2525 "babel-loader" : " ^8.2.2" ,
2626 "babel-preset-es2015" : " ^6.3.13" ,
2727 "babel-preset-react" : " ^6.3.13" ,
2828 "path" : " ^0.12.7" ,
29- "webpack" : " ^4.29.6 " ,
30- "webpack-cli" : " ^3.3.12 " ,
31- "yarn" : " 1.22.11 "
29+ "webpack" : " ^5.70.0 " ,
30+ "webpack-cli" : " ^4.9.2 " ,
31+ "yarn" : " 1.22.18 "
3232 }
3333}
Original file line number Diff line number Diff line change 77 <groupId >com.inductiveautomation.ignition.examples.hce</groupId >
88 <artifactId >gateway-webpage</artifactId >
99 <packaging >pom</packaging >
10- <version >1.1.0 -SNAPSHOT</version >
10+ <version >1.1.1 -SNAPSHOT</version >
1111
1212 <modules >
1313 <module >gateway-webpage-gateway</module >
1414 <module >gateway-webpage-build</module >
1515 </modules >
1616
1717 <properties >
18- <ignition-platform-version >8.1.0-SNAPSHOT</ignition-platform-version >
18+ <!-- Updating version to 8.1.31 so dependencies match-->
19+ <ignition-platform-version >8.1.31-SNAPSHOT</ignition-platform-version >
1920 <ignition-sdk-version >${ignition-platform-version} </ignition-sdk-version >
2021 <module-name >Gateway Webpage Example</module-name >
2122 <module-description >Implements a fake "Home Connect" hub status and configuration page</module-description >
You can’t perform that action at this time.
0 commit comments