Skip to content

Commit b2c7fd0

Browse files
committed
Update Gateway Webpage example dependencies to match 8.1.31 version of Ignition.
1 parent e132daf commit b2c7fd0

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

gateway-webpage/gateway-webpage-build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

gateway-webpage/gateway-webpage-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homeconnectstatus",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -9,25 +9,25 @@
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
}

gateway-webpage/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
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>

0 commit comments

Comments
 (0)