Skip to content

Commit

Permalink
fixing up packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Jun 7, 2024
1 parent da3ea0f commit 8cb37b1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@vue/test-utils": "^1.3.3",
"axios": "^1.7.2",
"jest-environment-jsdom": "^29.7.0",
"axios": "^0.21.4",
"babel-core": "^7.0.0-0",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"jsdom-global": "^3.0.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"vue": "^2.7.14",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.16"
"vue-template-compiler": "^2.7.14"
},
"jest": {
"transform": {
Expand All @@ -33,9 +36,5 @@
"coverageReporters": [
"json"
]
},
"dependencies": {
"@babel/core": "^7.24.7",
"i": "^0.3.7"
}
}
}

0 comments on commit 8cb37b1

Please sign in to comment.