Skip to content

Commit

Permalink
update non problematic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Erica Delagnier committed Oct 9, 2023
1 parent a409141 commit 78d5e1f
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 76 deletions.
141 changes: 74 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
},
"dependencies": {
"axios": "^0.24.0",
"core-js": "^3.19.3",
"dotenv": "^10.0.0",
"core-js": "^3.33.0",
"dotenv": "^16.3.1",
"gray-matter": "^4.0.3",
"highlight": "^0.2.4",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.13",
"nuxt": "^2.17.1",
"nuxt-buefy": "^0.4.26",
"showdown": "^1.9.1",
"showdown-highlight": "^3.0.0",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-showdown": "^2.4.1",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
"webpack": "^4.47.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"sass": "^1.47.0",
"prettier": "^3.0.3",
"sass": "^1.69.0",
"sass-loader": "^10.2.0"
}
}

0 comments on commit 78d5e1f

Please sign in to comment.