Skip to content

Commit

Permalink
fix(messaging): check message origin (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored Sep 7, 2023
1 parent 47d1e9c commit 0b422a1
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 105 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pre:release": "pnpm lint && release-it --preRelease"
},
"dependencies": {
"@nuxt/kit": "^3.7.0",
"@nuxt/kit": "^3.7.1",
"defu": "^6.1.2",
"nuxt-component-meta": "^0.5.3",
"nuxt-config-schema": "^0.4.6",
Expand All @@ -50,13 +50,13 @@
"@nuxt-themes/elements": "0.9.4",
"@nuxt/content": "^2.8.2",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.0",
"@nuxt/schema": "^3.7.1",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"jiti": "^1.19.3",
"nuxt": "^3.7.0",
"jiti": "^1.20.0",
"nuxt": "^3.7.1",
"pinceau": "^0.20.1",
"release-it": "^16.1.5",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 0b422a1

Please sign in to comment.