We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56cfe7 commit 50a9456Copy full SHA for 50a9456
deps/acorn/acorn-walk/CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 8.3.3 (2024-01-11)
2
+
3
+### Bug fixes
4
5
+Make acorn a dependency because acorn-walk uses the types from that package.
6
7
+## 8.3.2 (2024-01-11)
8
9
10
11
+Add missing type for `findNodeBefore`.
12
13
## 8.3.1 (2023-12-06)
14
15
### Bug fixes
deps/acorn/acorn-walk/package.json
@@ -16,10 +16,13 @@
16
],
17
"./package.json": "./package.json"
18
},
19
- "version": "8.3.2",
+ "version": "8.3.3",
20
"engines": {
21
"node": ">=0.4.0"
22
23
+ "dependencies": {
24
+ "acorn": "^8.11.0"
25
+ },
26
"maintainers": [
27
{
28
"name": "Marijn Haverbeke",
0 commit comments