Skip to content

Commit

Permalink
✨ update ci and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Sep 12, 2022
1 parent 7c4e077 commit 25c8385
Show file tree
Hide file tree
Showing 7 changed files with 971 additions and 900 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ yarn-error.log*
*.sw?

logs/
coverage/
coverage/

/.prettierrc.json
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"data-store": "^4.0.3",
"socket.io": "^4.5.1",
"winston": "^3.8.1"
"socket.io": "^4.5.2",
"winston": "^3.8.2"
}
}
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dev-env:
cp tools/.prettierrc.json .prettierrc.json
1,816 changes: 942 additions & 874 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@
},
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@vue/compat": "^3.2.37",
"@vue/compat": "^3.2.39",
"axios": "^0.27.2",
"core-js": "^3.24.1",
"core-js": "^3.25.1",
"country-list": "^2.2.0",
"emoji-flag": "^1.1.0",
"emoji-flags": "~1.3.0",
"ets2-dashboard-lib": "file:lib",
"file-saver": "^2.0.5",
"gsap": "^3.10.4",
"gsap": "^3.11.1",
"json-query": "^2.2.2",
"lodash": "^4.17.21",
"luxon": "^2.5.0",
"ol": "^6.15.1",
"pinia": "^2.0.18",
"socket.io-client": "^4.5.1",
"pinia": "^2.0.22",
"socket.io-client": "^4.5.2",
"units-converter": "^1.0.3",
"vue": "^3.2.37",
"vue-clipboard2": "^0.3.3",
Expand All @@ -66,22 +66,22 @@
"yaml-loader": "0.6.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@jest/globals": "^28.1.3",
"@modyfi/vite-plugin-yaml": "^1.0.2",
"@modyfi/vite-plugin-yaml": "^1.0.3",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/jest": "^28.1.6",
"@vitejs/plugin-vue": "^2.3.3",
"@types/jest": "^28.1.8",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.37",
"@vue/vue3-jest": "^28.0.1",
"@vue/vue3-jest": "^28.1.0",
"babel-jest": "^28.1.3",
"bootstrap": "~5.1",
"eslint": "^8.21.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"eslint-plugin-vue": "^9.4.0",
"fs-extra": "^10.1.0",
"gulp": "~4.0.2",
"gulp-gzip": "~1.4.2",
Expand All @@ -94,13 +94,13 @@
"pkg": "^5.8.0",
"postcss-plugin": "^1.0.0",
"prettier": "^2.7.1",
"sass": "^1.54.4",
"stylelint": "^14.10.0",
"sass": "^1.54.9",
"stylelint": "^14.11.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard-scss": "^5.0.0",
"vite": "^2.9.14",
"vite": "^2.9.15",
"vue-i18n-extract": "^2.0.7",
"yaml-jest": "github:hvasc/yaml-jest#support-jest28"
},
Expand Down
File renamed without changes.
5 changes: 2 additions & 3 deletions tools/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"jest": true
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-recommended",
"prettier",
"eslint-config-prettier"
"eslint:recommended",
"prettier"
],
"parserOptions": {
"ecmaVersion": 13
Expand Down

0 comments on commit 25c8385

Please sign in to comment.