Skip to content

Commit

Permalink
Merge branch 'main' into dsw-2476-toast-rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe authored Nov 22, 2024
2 parents 266cb99 + d17d265 commit d411235
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 571 deletions.
3 changes: 1 addition & 2 deletions apps/examples/wc-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
"build:examples": "run-p type-check build-only",
"build:examples": "yarn type-check && yarn build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
Expand All @@ -19,7 +19,6 @@
"devDependencies": {
"@types/node": "18.15.11",
"@vue/tsconfig": "0.1.3",
"npm-run-all": "4.1.5",
"typescript": "5.4.5",
"vue-tsc": "2.0.19"
},
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@babel/node": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/register": "7.24.6",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@justeat/pie-design-tokens": "6.5.0",
Expand Down Expand Up @@ -105,7 +105,6 @@
"glob": "10.3.3",
"husky": "8.0.3",
"jsdom": "24.0.0",
"npm-run-all": "4.1.5",
"pinst": "3.0.0",
"postcss": "8.4.32",
"postcss-cli": "10.1.0",
Expand Down
Loading

0 comments on commit d411235

Please sign in to comment.