We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae808e commit d9cbb19Copy full SHA for d9cbb19
demo/preact-map/package.json
@@ -10,7 +10,7 @@
10
},
11
"dependencies": {
12
"obj-str": "1.1.0",
13
- "preact": "10.18.1"
+ "preact": "10.18.2"
14
15
"devDependencies": {
16
"@babel/core": "7.23.2",
package.json
@@ -44,11 +44,11 @@
44
45
"@babel/preset-env": "7.23.2",
46
"@rollup/plugin-babel": "6.0.4",
47
- "@rollup/plugin-replace": "5.0.4",
48
- "@types/node": "18.18.6",
+ "@rollup/plugin-replace": "5.0.5",
+ "@types/node": "18.18.8",
49
"@types/sinon": "10.0.20",
50
- "acorn": "8.10.0",
51
- "acorn-walk": "8.2.0",
+ "acorn": "8.11.2",
+ "acorn-walk": "8.3.0",
52
"ava": "3.15.0",
53
"babel-plugin-minify-replace": "0.5.0",
54
"babel-plugin-transform-remove-console": "6.9.4",
0 commit comments