Skip to content

Commit

Permalink
Merge branch 'main' into 1261-power-apps-provide-easier-to-read-compo…
Browse files Browse the repository at this point in the history
…nent-names
  • Loading branch information
mfranzke authored Jul 14, 2023
2 parents d96830d + a5b5941 commit db055c2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 40 deletions.
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@axe-core/playwright": "^4.7.3",
"@playwright/experimental-ct-react": "1.35.1",
"@types/react": "^18.2.14",
"@types/react": "^18.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.1",
Expand Down
71 changes: 36 additions & 35 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"glob": "^10.3.3",
"http-server": "14.1.1",
"husky": "8.0.3",
"inquirer": "^9.2.7",
"inquirer": "^9.2.8",
"jscpd": "^3.5.9",
"markdownlint-cli": "^0.35.0",
"npm-run-all": "4.1.5",
"prettier": "^3.0.0",
"prettier-plugin-pkg": "0.18.0",
"prettier-plugin-sh": "^0.13.0",
"prettier-plugin-sh": "^0.13.1",
"replace-in-file": "^7.0.1",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "9.0.5",
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.9",
"@types/node": "20.4.2",
"@types/react": "18.2.14",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
Expand Down
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-router-dom": "6.14.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit db055c2

Please sign in to comment.