We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0a5e3 commit 08eaa80Copy full SHA for 08eaa80
2 files changed
package.json
@@ -98,9 +98,9 @@
98
},
99
"resolutions": {
100
"@babel/core": "~7.18.0",
101
- "@babel/parser": "7.18.8",
102
- "@babel/traverse": "7.18.8",
103
- "@babel/types": "7.18.8"
+ "@babel/parser": "7.18.11",
+ "@babel/traverse": "7.18.11",
+ "@babel/types": "7.18.10"
104
105
"workspaces": {
106
"packages": [
packages/plugins/package.json
@@ -41,10 +41,10 @@
41
"test": "echo \"Error: run tests from root\" && exit 1"
42
43
"devDependencies": {
44
- "@babel/generator": "7.18.7",
45
46
47
- "@babel/types": "7.18.8",
+ "@babel/generator": "7.18.12",
+ "@babel/types": "7.18.10",
48
"chokidar": "3.5.3",
49
"swr": "^1.3.0"
50
}
0 commit comments