Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2023
1 parent 49a2897 commit ccdfc7e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.11",
"@babel/plugin-transform-react-jsx": "7.17.3",
"babel-loader": "8.2.3",
"babel-loader": "9.1.3",
"css-loader": "6.7.1",
"mini-css-extract-plugin": "2.6.0",
"style-loader": "3.3.1",
"webpack": "5.76.0",
"webpack-cli": "4.9.2"
"webpack-cli": "5.1.4"
},
"volta": {
"node": "16.14.0",
"node": "18.17.0",
"yarn": "1.22.17"
}
}
6 changes: 3 additions & 3 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.11",
"@babel/plugin-transform-react-jsx": "7.17.3",
"babel-loader": "8.2.3",
"babel-loader": "9.1.3",
"css-loader": "6.7.1",
"mini-css-extract-plugin": "2.6.0",
"style-loader": "3.3.1",
"webpack": "5.76.0",
"webpack-cli": "4.9.2"
"webpack-cli": "5.1.4"
},
"volta": {
"node": "16.14.0",
"node": "18.17.0",
"yarn": "1.22.17"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,35 +43,35 @@
"@babel/cli": "7.17.6",
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.11",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-replace": "4.0.0",
"@types/node": "16.11.26",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-replace": "5.0.2",
"@types/node": "18.17.1",
"@types/sinon": "10.0.11",
"acorn": "8.7.0",
"acorn-walk": "8.2.0",
"ava": "3.15.0",
"ava": "5.3.1",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-transform-remove-console": "6.9.4",
"benchmark": "2.1.4",
"cross-env": "7.0.3",
"esm": "3.2.25",
"husky": "8.0.3",
"jsdom": "19.0.0",
"jsdom": "22.1.0",
"lint-staged": "13.2.2",
"magic-string": "0.26.1",
"np": "7.6.0",
"np": "8.0.4",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"rollup": "2.70.0",
"prettier": "3.0.1",
"rimraf": "5.0.1",
"rollup": "3.27.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"sinon": "13.0.2",
"sinon": "15.2.0",
"sirv": "2.0.2",
"tslint": "6.1.3",
"typescript": "4.6.2"
"typescript": "5.1.6"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down Expand Up @@ -124,7 +124,7 @@
]
},
"volta": {
"node": "16.14.0",
"node": "18.17.0",
"yarn": "1.22.17"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"ava": "4.2.0",
"ava": "5.3.1",
"esm": "3.2.25",
"lint-staged": "12.3.5",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"prettier": "3.0.1",
"rimraf": "5.0.1",
"shx": "0.3.4"
},
"lint-staged": {
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "16.14.0",
"node": "18.17.0",
"yarn": "1.22.17"
}
}

0 comments on commit ccdfc7e

Please sign in to comment.