Skip to content

Commit

Permalink
Merge branch 'main' into docs-color-usage-decision-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-sch committed Aug 1, 2024
2 parents e178ef0 + f17e52d commit faa431c
Show file tree
Hide file tree
Showing 22 changed files with 109 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
resultTestShowcasePatternhub="${{ needs.test-showcase-patternhub.result }}"
resultTestScreenReader="${{ needs.test-screen-reader.result }}"
if [[ $resultTestFoundations == "success" ]] && \
[[ resultTestScreenReader == "success" ]] && \
[[ $resultTestScreenReader == "success" ]] && \
[[ $resultTestShowcaseAngular == "success" ]] && \
[[ $resultTestShowcaseReact == "success" ]] && \
[[ $resultTestShowcaseVue == "success" ]] && \
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion output/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"lib": ["es2020", "dom"],
"declarationMap": false,
"allowSyntheticDefaultImports": true,
"useDefineForClassFields": false
"useDefineForClassFields": false,
"noImplicitAny": false
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down
4 changes: 2 additions & 2 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"test:components": "playwright test -c playwright.config.ts"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.45.3",
"@vitejs/plugin-vue": "^5.1.1",
"replace-in-file": "^8.1.0",
"tsx": "^4.16.2",
"tsx": "^4.16.3",
"typescript": "^5.4.5",
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
Expand Down
168 changes: 84 additions & 84 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-use-logical": "2.1.2",
"tslib": "^2.6.3",
"tsx": "^4.16.2",
"tsx": "^4.16.3",
"typescript": "^5.4.5",
"validate-branch-name": "^1.3.1",
"xo": "^0.59.3"
Expand Down
Loading

0 comments on commit faa431c

Please sign in to comment.