Skip to content

Commit

Permalink
Bump some minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 2, 2022
1 parent 95afd68 commit b4457b8
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 140 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@cucumber/messages": "^17.1.1",
"@cucumber/pretty-formatter": "^1.0.0-alpha.1",
"@noble/hashes": "^1.0.0",
"@playwright/test": "^1.19.2",
"@playwright/test": "^1.21.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-html": "^0.2.4",
Expand All @@ -66,7 +66,7 @@
"@testing-library/vue": "^5.8.2",
"@types/jest": "^27.4.1",
"@types/jest-axe": "^3.5.3",
"@types/lodash-es": "^4.17.5",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.10.3",
"@types/node-fetch": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
Expand All @@ -85,14 +85,14 @@
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^7.13.0",
"eslint-plugin-vuejs-accessibility": "^0.7.1",
"focus-trap": "^6.4.0",
"focus-trap": "^6.9.0",
"focus-trap-vue": "^1.1.1",
"git-repo-info": "^2.1.1",
"jest": "^27.4.7",
Expand All @@ -106,7 +106,7 @@
"node-fetch": "^2.6.7",
"pino": "^7.9.2",
"pino-pretty": "^7.6.0",
"playwright": "^1.19.2",
"playwright": "^1.21.1",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"react": "^17.0.2",
Expand All @@ -131,8 +131,8 @@
"sync-fetch": "^0.3.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"tslib": "^2.2.0",
"typescript": "^4.6.2",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"url-search-params-polyfill": "^8.0.0",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"focus-trap-vue": "^1.1.1",
"fuse.js": "^6.5.3",
"lodash-es": "^4.17.21",
"luxon": "^2.3.0",
"luxon": "^2.3.2",
"marked": "^4.0.12",
"oidc-client": "1.11.5",
"owncloud-design-system": "^13.1.0-rc.5",
Expand All @@ -33,7 +33,7 @@
"promise": "^8.0.3",
"qs": "^6.10.3",
"sanitize-html": "^2.7.0",
"semver": "^7.3.5",
"semver": "^7.3.7",
"tippy.js": "^6.3.7",
"utf8": "^3.0.0",
"uuid": "^8.3.2",
Expand Down
Loading

0 comments on commit b4457b8

Please sign in to comment.