Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Mar 5, 2024
1 parent 1433343 commit c13b7af
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
20 changes: 10 additions & 10 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@
"serve": "vite preview"
},
"dependencies": {
"@patternfly/patternfly": "^5.2.0",
"@patternfly/patternfly": "^5.2.1",
"@vue-patternfly/core": "workspace:^",
"@vue-patternfly/icons": "workspace:^",
"@vue-patternfly/table": "workspace:^",
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@toycode/markdown-it-class": "^1.2.4",
"@types/markdown-it": "^13.0.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/runtime-core": "^3.4.19",
"@vue/shared": "^3.4.19",
"@vueuse/core": "^10.7.2",
"@vue/compiler-sfc": "^3.4.21",
"@vue/runtime-core": "^3.4.21",
"@vue/shared": "^3.4.21",
"@vueuse/core": "^10.9.0",
"markdown-it": "^14.0.0",
"node-html-parser": "^6.1.12",
"sass": "^1.70.0",
"sass": "^1.71.1",
"shikiji": "^0.10.2",
"ts-dedent": "^2.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vite": "^5.1.5",
"vue-docgen-api": "^4.75.1",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.4"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
"dependencies": {
"@floating-ui/core": "^1.6.0",
"@floating-ui/dom": "^1.6.3",
"@patternfly/patternfly": "^5.2.0",
"@patternfly/react-styles": "^5.2.0",
"@patternfly/react-tokens": "^5.2.0",
"@patternfly/patternfly": "^5.2.1",
"@patternfly/react-styles": "^5.2.1",
"@patternfly/react-tokens": "^5.2.1",
"@vue-patternfly/icons": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.24",
"@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/shared": "^10.7.2",
"@vue/compiler-sfc": "^3.4.21",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/shared": "^10.9.0",
"concurrently": "^8.2.2",
"focus-trap": "^7.5.4",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
"vite": "^5.1.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.4"
},
"peerDependencies": {
"@vueuse/core": "^10",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@patternfly/patternfly": "^5.2.0",
"@patternfly/patternfly": "^5.2.1",
"concurrently": "^8.2.2",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"peerDependencies": {
"vue": "^3.2.40"
Expand Down
14 changes: 7 additions & 7 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"prepack": "pnpm clean && pnpm build"
},
"dependencies": {
"@patternfly/react-styles": "^5.2.0",
"@patternfly/react-styles": "^5.2.1",
"@vue-patternfly/core": "workspace:^",
"@vue-patternfly/icons": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.24",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vueuse/core": "^10.7.2",
"@vue/compiler-sfc": "^3.4.21",
"@vueuse/core": "^10.9.0",
"glob": "^10.3.10",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vue": "^3.4.19",
"vue-tsc": "^1.8.27"
"vite": "^5.1.5",
"vue": "^3.4.21",
"vue-tsc": "^2.0.4"
},
"peerDependencies": {
"@vue-patternfly/core": "workspace:^",
Expand Down

0 comments on commit c13b7af

Please sign in to comment.