Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 2006157 commit 319153a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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,15 +10,15 @@
},
"dependencies": {
"obj-str": "1.1.0",
"preact": "10.19.6"
"preact": "10.26.2"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/plugin-transform-react-jsx": "7.24.6",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"mini-css-extract-plugin": "2.8.1",
"babel-loader": "9.2.1",
"css-loader": "6.11.0",
"mini-css-extract-plugin": "2.9.2",
"style-loader": "3.3.4",
"webpack": "5.90.3",
"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 @@ -17,9 +17,9 @@
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/plugin-transform-react-jsx": "7.24.6",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"mini-css-extract-plugin": "2.8.1",
"babel-loader": "9.2.1",
"css-loader": "6.11.0",
"mini-css-extract-plugin": "2.9.2",
"style-loader": "3.3.4",
"webpack": "5.90.3",
"webpack-cli": "5.1.4"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.19.22",
"@rollup/plugin-replace": "5.0.7",
"@types/node": "18.19.76",
"@types/sinon": "10.0.20",
"acorn": "8.11.3",
"acorn-walk": "8.3.2",
"acorn": "8.14.0",
"acorn-walk": "8.3.4",
"ava": "3.15.0",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-transform-remove-console": "6.9.4",
Expand All @@ -58,19 +58,19 @@
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "14.0.1",
"magic-string": "0.30.8",
"magic-string": "0.30.17",
"np": "8.0.4",
"npm-run-all2": "5.0.2",
"polka": "0.5.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"prettier": "3.5.1",
"rimraf": "5.0.10",
"rollup": "3.29.4",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"@rollup/plugin-terser": "0.1.0",
"sinon": "15.2.0",
"sirv": "2.0.4",
"tslint": "6.1.3",
"typescript": "5.4.2"
"typescript": "5.7.3"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
4 changes: 2 additions & 2 deletions tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"esm": "3.2.25",
"lint-staged": "14.0.1",
"npm-run-all2": "5.0.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"prettier": "3.5.1",
"rimraf": "5.0.10",
"shx": "0.3.4"
},
"lint-staged": {
Expand Down

0 comments on commit 319153a

Please sign in to comment.