Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update related dependencies and focus trap
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Nov 24, 2022
1 parent cdedec0 commit f7e5daa
Show file tree
Hide file tree
Showing 7 changed files with 1,789 additions and 1,338 deletions.
33 changes: 16 additions & 17 deletions package.json
Expand Up @@ -88,11 +88,10 @@
"case": "^1.6.3",
"clipboard": "^2.0.8",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.22.1",
"core-js": "^3.26.1",
"express-prom-bundle": "^6.4.1",
"express-useragent": "^1.0.15",
"focus-trap": "^6.7.1",
"focus-trap-vue": "1.1.1",
"focus-trap": "^7.1.0",
"focus-visible": "^5.2.0",
"glob": "^8.0.1",
"node-html-parser": "^5.3.3",
Expand All @@ -109,12 +108,12 @@
"vue-i18n": "^8.26.7"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/parser": "^7.20.3",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime-corejs3": "^7.17.9",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime-corejs3": "^7.20.1",
"@intlify/eslint-plugin-vue-i18n": "^1.4.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
Expand All @@ -134,24 +133,24 @@
"@types/node": "^17.0.32",
"@types/throttle-debounce": "^5.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vue/runtime-dom": "^3.2.37",
"@vue/test-utils": "^1.1.3",
"autoprefixer": "^10.4.0",
"babel-jest": "^26.6.3",
"babel-loader": "8.2.5",
"chokidar": "^3.5.3",
"css-loader": "^5.2.7",
"eslint": "^8.13.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-custom-alias": "^1.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"husky": "^7.0.1",
"jest": "^26.6.3",
Expand All @@ -160,23 +159,23 @@
"module-alias": "^2.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"prettier": "^2.2.1",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.12",
"rimraf": "^3.0.2",
"tailwind-config-viewer": "^1.6.3",
"tailwindcss": "^3.0.23",
"tailwindcss-labeled-groups": "^0.0.2",
"tailwindcss-rtl": "^0.9.0",
"talkback": "^3.0.1",
"ts-node": "^10.7.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vue-demi": "^0.13.11",
"vue-i18n-extract": "^2.0.7",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vue-tsc": "^0.40.1",
"vue-tsc": "^1.0.9",
"webpack": "^4.46.0"
},
"pnpm": {
Expand Down

0 comments on commit f7e5daa

Please sign in to comment.