Skip to content

Commit

Permalink
Merge pull request #65 from eva-vashkevich/update_dependency
Browse files Browse the repository at this point in the history
Added glob resolution
  • Loading branch information
eva-vashkevich authored Jul 9, 2024
2 parents 0a0f362 + fee699c commit fa333b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"resolutions": {
"**/webpack": "4",
"@types/node": "^16"
"@types/node": "^16",
"glob": "7.2.3"
},
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",
Expand Down

0 comments on commit fa333b6

Please sign in to comment.