Skip to content

Commit

Permalink
Merge branch 'hotfix/3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Jun 26, 2024
2 parents 5e50798 + f5d6096 commit 72ac8fc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 100 deletions.
116 changes: 22 additions & 94 deletions package-lock.json

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

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"name": "vue-users",
"description": "Vue app that get/set a list of random users from an API.",
Expand All @@ -8,8 +8,6 @@
"main": "index.js",
"scripts": {
"install:clean": "rm -rf node_modules package-lock.json",
"dependencies:fix": "npm install --ignore-scripts && npx npm-force-resolutions",
"preinstall": "npm run install:clean && npm run dependencies:fix",
"postinstall": "npm run lint",
"prepare": "husky",
"serve": "vue-cli-service serve",
Expand All @@ -28,7 +26,7 @@
"leaflet": "^1.9.4",
"node-emoji": "^2.1.3",
"svg-symbol-sprite-loader": "^5.1.0",
"vue": "^2.7.15",
"vue": "^2.7.16",
"vue-router": "^3.6.5",
"vue2-leaflet": "^2.7.1"
},
Expand All @@ -55,7 +53,7 @@
"postcss-html": "^1.7.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"sass-loader": "^10.5.2",
"sass-loader": "^14",
"stylelint": "^16.6.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand All @@ -65,7 +63,6 @@
"stylelint-webpack-plugin": "^5.0.1",
"vue-template-compiler": "^2.7.16"
},
"resolutions": {},
"engines": {
"node": "20.11.0",
"npm": "10.4.0"
Expand Down

0 comments on commit 72ac8fc

Please sign in to comment.