Skip to content

Commit

Permalink
fix: bump deps and default node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 2, 2022
1 parent 7ae645b commit 9c1aeec
Show file tree
Hide file tree
Showing 27 changed files with 42,571 additions and 43,589 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.16.0
10 changes: 5 additions & 5 deletions examples/find-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions examples/five-star/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"css-loader": "5.2.7",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"style-loader": "2.0.0",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions examples/get-component-by-dom-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
4 changes: 2 additions & 2 deletions examples/gondel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"html-webpack-plugin": "4.5.2",
"style-loader": "2.0.0",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "4.7.3",
"typescript": "4.7.4",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions examples/lazy-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.23.1",
"core-js": "3.24.1",
"lorem-chucksum": "1.0.2"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion examples/plugin-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"ts-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions examples/plugin-media-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"dependencies": {
"@gondel/core": "^1.2.7",
"@gondel/plugin-media-queries": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
12 changes: 6 additions & 6 deletions examples/plugin-resize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"dependencies": {
"@gondel/core": "^1.2.7",
"@gondel/plugin-resize": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
8 changes: 4 additions & 4 deletions examples/react-gondel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"@gondel/core": "^1.2.7",
"@gondel/plugin-hot": "^1.2.7",
"@gondel/plugin-react": "^1.2.7",
"@types/react": "17.0.45",
"@types/react": "17.0.48",
"@types/react-dom": "17.0.17",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"js-config-webpack-plugin": "2.0.3",
"html-webpack-plugin": "4.5.2",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions examples/trigger-public-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.23.1"
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/preset-env": "7.18.10",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"html-webpack-plugin": "4.5.2",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "4.7.3",
"typescript": "4.7.4",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.2"
"webpack-dev-server": "4.9.3"
}
}
Loading

0 comments on commit 9c1aeec

Please sign in to comment.