Skip to content

Commit

Permalink
Merge branch 'main' into docs-improve-font-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 5, 2024
2 parents 4613e5b + 1f79eff commit 603e9a5
Show file tree
Hide file tree
Showing 20 changed files with 1,282 additions and 509 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
},
"devDependencies": {
"@playwright/test": "1.45.0",
"@playwright/test": "1.45.1",
"cpr": "3.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc -p . --sourceMap false"
},
"devDependencies": {
"@playwright/experimental-ct-react": "1.45.0",
"@playwright/experimental-ct-react": "1.45.1",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
10 changes: 5 additions & 5 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"vue": "^3.4.31"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.45.0",
"@playwright/experimental-ct-vue": "1.45.1",
"@vitejs/plugin-vue": "^5.0.5",
"replace-in-file": "^8.0.1",
"tsx": "^4.16.0",
"replace-in-file": "^8.1.0",
"tsx": "^4.16.2",
"typescript": "^5.4.5",
"vite": "^5.3.2",
"vue-tsc": "^2.0.24"
"vite": "^5.3.3",
"vue-tsc": "^2.0.26"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
Loading

0 comments on commit 603e9a5

Please sign in to comment.