Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent c5d6860 commit a7e0eb8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"obj-str": "1.1.0",
"preact": "10.19.2"
"preact": "10.19.3"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/plugin-transform-react-jsx": "7.23.4",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"mini-css-extract-plugin": "2.7.6",
"style-loader": "3.3.3",
"css-loader": "6.9.0",
"mini-css-extract-plugin": "2.7.7",
"style-loader": "3.3.4",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
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 @@ -18,9 +18,9 @@
"@babel/preset-env": "7.23.8",
"@babel/plugin-transform-react-jsx": "7.23.4",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"mini-css-extract-plugin": "2.7.6",
"style-loader": "3.3.3",
"css-loader": "6.9.0",
"mini-css-extract-plugin": "2.7.7",
"style-loader": "3.3.4",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@babel/preset-env": "7.23.8",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.19.2",
"@types/node": "18.19.6",
"@types/sinon": "10.0.20",
"acorn": "8.11.2",
"acorn-walk": "8.3.0",
"acorn": "8.11.3",
"acorn-walk": "8.3.1",
"ava": "3.15.0",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-transform-remove-console": "6.9.4",
Expand All @@ -62,15 +62,15 @@
"np": "8.0.4",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"sinon": "15.2.0",
"sirv": "2.0.3",
"sirv": "2.0.4",
"tslint": "6.1.3",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
2 changes: 1 addition & 1 deletion tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"esm": "3.2.25",
"lint-staged": "14.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"shx": "0.3.4"
},
Expand Down

0 comments on commit a7e0eb8

Please sign in to comment.