Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-all
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jun 7, 2021
2 parents 267072d + b4a1b33 commit f7ab934
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"preact": "10.5.13"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.1",
"@babel/plugin-transform-react-jsx": "7.13.12",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@babel/plugin-transform-react-jsx": "7.14.3",
"babel-loader": "8.2.2",
"css-loader": "5.2.4",
"mini-css-extract-plugin": "1.6.0",
Expand Down
6 changes: 3 additions & 3 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.1",
"@babel/plugin-transform-react-jsx": "7.13.12",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@babel/plugin-transform-react-jsx": "7.14.3",
"babel-loader": "8.2.2",
"css-loader": "5.2.4",
"mini-css-extract-plugin": "1.6.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"devDependencies": {
"@ampproject/filesize": "4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.14.1",
"@babel/plugin-proposal-object-rest-spread": "7.14.4",
"@babel/preset-env": "7.14.4",
"@rollup/plugin-replace": "2.4.2",
"@types/node": "14.14.44",
"@types/sinon": "10.0.0",
Expand Down

0 comments on commit f7ab934

Please sign in to comment.