mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 01:33:17 +00:00
fix isModuleDeclaration has been deprecated
https://github.com/lodash/babel-plugin-lodash/issues/259
This commit is contained in:
parent
b38c9823a8
commit
5cf56dec98
1 changed files with 2 additions and 1 deletions
|
|
@ -214,7 +214,8 @@
|
|||
"resolutions": {
|
||||
"@types/react": "^18.0.26",
|
||||
"kind-of": "^6.0.3",
|
||||
"webpack/terser-webpack-plugin": "^4.2.3"
|
||||
"webpack/terser-webpack-plugin": "^4.2.3",
|
||||
"babel-plugin-lodash/@babel/types": "~7.20.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue