Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminmokhtari94 committed Sep 10, 2024
1 parent befd0d5 commit 92eb77b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.13.1"
"@nuxt/kit": "^3.13.1",
"postcss-rtlcss": "^5.4.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.1",
Expand All @@ -59,9 +60,8 @@
"changelogen": "^0.5.5",
"eslint": "^9.9.1",
"nuxt": "^3.13.0",
"postcss-rtlcss": "^5.4.0",
"typescript": "latest",
"vitest": "^2.0.5",
"vue-tsc": "^2.1.6"
}
}
}

0 comments on commit 92eb77b

Please sign in to comment.