Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maisamaf committed Feb 22, 2024
1 parent e91f81b commit 7d5b992
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [1.5.2] 2023-10-15
## [1.5.2] 2024-02-22

- Update dependencies and devDependencies.
- Fix installation issues.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ If you have questions or need help integrating the product please [contact us](h

## Licensing

- Copyright 2023 Creative Tim (https://www.creative-tim.com/)
- Copyright 2024 Creative Tim (https://www.creative-tim.com/)

- Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"chartist": "0.11.4",
"core-js": "3.33.0",
"core-js": "3.36.0",
"google-maps": "4.3.3",
"vue": "2.7.14",
"vue-clickaway": "2.2.2",
Expand All @@ -21,19 +21,19 @@
"vue-social-sharing": "3.0.9"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.15",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "7.1.0",
"@babel/eslint-parser": "7.22.15",
"es6-promise": "4.2.8",
"eslint": "8.51.0",
"eslint": "8.56.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.17.0",
"prettier": "2.8.8",
"sass": "1.69.3",
"sass": "1.71.1",
"sass-loader": "13.3.2",
"vue-template-compiler": "2.7.14"
"vue-template-compiler": "2.7.16"
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=========================================================
* Product Page: https://www.creative-tim.com/product/vue-material-dashboard
* Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Copyright 2024 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
* Coded by Creative Tim
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/material-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// =========================================================
//
// * Product Page: https://www.creative-tim.com/product/vue-material-dashboard
// * Copyright 2023 Creative Tim (https://www.creative-tim.com)
// * Copyright 2024 Creative Tim (https://www.creative-tim.com)
// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
//
// * Coded by Creative Tim
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// =========================================================
//
// * Product Page: https://www.creative-tim.com/product/vue-material-dashboard
// * Copyright 2023 Creative Tim (https://www.creative-tim.com)
// * Copyright 2024 Creative Tim (https://www.creative-tim.com)
// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
//
// * Coded by Creative Tim
Expand Down

0 comments on commit 7d5b992

Please sign in to comment.