Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 37e3a48 commit e9da08f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"obj-str": "1.1.0",
"preact": "10.19.2"
"preact": "10.19.3"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@babel/preset-env": "7.23.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.19.2",
"@types/node": "18.19.3",
"@types/sinon": "10.0.20",
"acorn": "8.11.2",
"acorn-walk": "8.3.0",
"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 e9da08f

Please sign in to comment.