Skip to content

Commit

Permalink
fix: fixed some security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Drohsen committed Aug 29, 2024
1 parent e22afc7 commit 307d2b0
Show file tree
Hide file tree
Showing 4 changed files with 2,968 additions and 3,601 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
.yarnclean

# project specific files and folders
service-account.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Project setup
> [!IMPORTANT]
> Use Node version 16
> Use Node version 18 or higher
```
yarn install
```
Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,36 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-number-input": "^2.0.0-rc",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@chenfengyuan/vue-number-input": "^2.0.0",
"@headlessui/vue": "^1.7.0",
"@heroicons/vue": "^1.0.0",
"@vueuse/core": "^10.11.0",
"core-js": "^3.6.5",
"firebase": "^9.1.1",
"core-js": "^3.38.0",
"firebase": "^9.1.0",
"firestore-export-import": "^0.17.0",
"mapbox-gl": "^2.4.1",
"pinia": "2.0.14",
"tailwindcss": "^2.2.15",
"vue": "^3.0.0",
"vue-router": "^4.0.3"
"mapbox-gl": "^2.4.0",
"pinia": "^2.0.0",
"tailwindcss": "^2.2.0",
"vue": "^3.4.0",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0-beta.4",
"@vue/cli-plugin-eslint": "~5.0.0-beta.4",
"@vue/cli-plugin-router": "~5.0.0-beta.4",
"@vue/cli-plugin-vuex": "~5.0.0-beta.4",
"@vue/cli-service": "~5.0.0-beta.4",
"@vue/compiler-sfc": "^3.0.0",
"@babel/core": "^7.25.0",
"@babel/eslint-parser": "^7.12.0",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-plugin-router": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"@vue/compiler-sfc": "^3.4.0",
"@vue/eslint-config-standard": "^6.1.0",
"autoprefixer": "^10.3.4",
"autoprefixer": "^10.4.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.6.0",
"postcss": "^8.3.6"
"postcss": "^8.3.0"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit 307d2b0

Please sign in to comment.