Skip to content

Commit

Permalink
Merge branch 'main' into fix-react-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Mar 18, 2024
2 parents 91f5ed9 + 83b80ee commit 84f79f5
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 58 deletions.
2 changes: 1 addition & 1 deletion output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular-devkit/build-angular": "17.3.0",
"@angular/common": "17.3.0",
"ng-packagr": "17.3.0",
"typescript": "^5.2.2"
"typescript": "^5.4.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@playwright/experimental-ct-vue": "1.42.1",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.72.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
},
Expand Down
138 changes: 90 additions & 48 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"update:icon-fonts": "npm run update:icon-fonts --workspace=scripts"
},
"devDependencies": {
"@commitlint/cli": "19.1.0",
"@commitlint/cli": "19.2.0",
"@commitlint/config-conventional": "19.1.0",
"@playwright/test": "1.42.1",
"adm-zip": "0.5.12",
Expand All @@ -61,7 +61,7 @@
"lint-staged": "^15.2.2",
"markdownlint-cli": "^0.39.0",
"npm-run-all": "4.1.5",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"prettier-plugin-pkg": "0.18.1",
Expand All @@ -73,7 +73,7 @@
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-use-logical": "^2.1.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"validate-branch-name": "^1.3.0",
"xo": "^0.58.0"
},
Expand Down
2 changes: 1 addition & 1 deletion showcases/angular-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@angular/cli": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"ng-packagr": "17.3.0",
"typescript": "^5.2.2"
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"@types/dompurify": "3.0.5",
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"esbuild": "0.20.2",
Expand All @@ -44,6 +44,6 @@
"iframe-resizer": "^4.3.9",
"open-cli": "^8.0.0",
"sass": "^1.72.0",
"typescript": "5.3.3"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"cross-env": "^7.0.3",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
}
Expand Down

0 comments on commit 84f79f5

Please sign in to comment.