Removing unnecessary classnames dependency for vue project.

master
Tomasz Półgrabia 2021-01-03 16:30:39 +01:00
parent a727e3d8d5
commit 7a2650564a
2 changed files with 0 additions and 6 deletions

View File

@ -3284,11 +3284,6 @@
}
}
},
"classnames": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
"integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
},
"clean-css": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",

View File

@ -9,7 +9,6 @@
},
"dependencies": {
"bulma": "^0.9.1",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0-beta.18",