Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dryruffian authored Oct 22, 2024
2 parents 983a3c9 + 2d356e9 commit 7e72f13
Show file tree
Hide file tree
Showing 4 changed files with 913 additions and 902 deletions.
2 changes: 1 addition & 1 deletion automations/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
"@actions/github": "^6.0.0"
}
}
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
"@sentry/node": "^8.26.0",
"@sentry/vue": "^8.26.0",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.0",
"@wordpress/is-shallow-equal": "^5.3.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"clipboard": "^2.0.11",
"focus-trap": "^7.5.4",
"focus-visible": "^5.2.0",
"pinia": "2.1.7",
"pinia": "2.2.4",
"postcss-focus-visible": "^9.0.1",
"rfdc": "^1.4.1",
"seeded-rand": "^2.0.1",
Expand All @@ -103,14 +103,14 @@
"jsdom": "^24.1.0",
"node-html-parser": "^6.1.13",
"npm-run-all2": "^6.2.2",
"nuxt": "3.13.1",
"nuxt": "3.13.2",
"rimraf": "^6.0.1",
"talkback": "^4.2.0",
"typescript": "5.6.3",
"vitest": "^2.0.5",
"vitest-dom": "^0.1.1",
"vue": "3.5.0",
"vue-router": "^4.4.0",
"vue": "3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "2.1.6",
"storybook": "8.2.9",
"@storybook/vue3": "8.2.9",
Expand Down
1 change: 1 addition & 0 deletions packages/js/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"openapi-typescript": "^7.3.2",
"rollup": "^4.22.4",
"typescript": "^5.5.4",
"vite": "5.4.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
Expand Down
Loading

0 comments on commit 7e72f13

Please sign in to comment.