Skip to content

Commit

Permalink
chore: update dev deps and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed May 11, 2021
1 parent 2feef5a commit 5cf2151
Show file tree
Hide file tree
Showing 17 changed files with 173 additions and 172 deletions.
4 changes: 2 additions & 2 deletions examples/find-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -16,7 +16,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/five-star/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -17,7 +17,7 @@
"js-config-webpack-plugin": "2.0.2",
"scss-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/get-component-by-dom-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -16,7 +16,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
2 changes: 1 addition & 1 deletion examples/gondel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ts-config-webpack-plugin": "2.0.2",
"typescript": "4.2.4",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -16,7 +16,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/lazy-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.12.0",
"core-js": "3.12.1",
"funnies": "2.1.0"
},
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
2 changes: 1 addition & 1 deletion examples/plugin-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"html-webpack-plugin": "4.5.2",
"ts-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/plugin-media-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@gondel/core": "^1.2.7",
"@gondel/plugin-media-queries": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -17,7 +17,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/plugin-resize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@gondel/core": "^1.2.7",
"@gondel/plugin-resize": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -18,7 +18,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/react-gondel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@gondel/plugin-hot": "^1.2.7",
"@gondel/plugin-react": "^1.2.7",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.3",
"@types/react-dom": "17.0.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand All @@ -20,7 +20,7 @@
"common-config-webpack-plugin": "2.0.2",
"html-webpack-plugin": "4.5.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
4 changes: 2 additions & 2 deletions examples/trigger-public-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@gondel/core": "^1.2.7",
"core-js": "3.12.0"
"core-js": "3.12.1"
},
"devDependencies": {
"@babel/core": "7.14.0",
Expand All @@ -16,7 +16,7 @@
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.2",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ts-config-webpack-plugin": "2.0.2",
"typescript": "4.2.4",
"webpack": "4.46.0",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2"
}
}
Loading

0 comments on commit 5cf2151

Please sign in to comment.