Skip to content

Commit

Permalink
Merge branch 'main' into 2698-improve-performance-of-has-css-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jun 24, 2024
2 parents bf2b54a + d71e4e3 commit 5b211f4
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 85 deletions.
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:components": "playwright test -c playwright.config.ts"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.30"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.44.1",
Expand Down
145 changes: 68 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcases/angular-ssr-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.11",
"@types/express": "^4.17.21",
"@types/node": "^18.18.0",
"@types/node": "^20.14.8",
"cpr": "3.0.1",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.8",
"@types/react": "^18.3.1",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions showcases/nuxt-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.30",
"vue-router": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@types/dompurify": "3.0.5",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"esbuild": "0.21.5",
Expand Down
4 changes: 2 additions & 2 deletions showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"sa11y": "3.2.1",
"vue": "^3.4.29",
"vue-router": "4.3.3"
"vue": "^3.4.30",
"vue-router": "4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
Expand Down

0 comments on commit 5b211f4

Please sign in to comment.