Skip to content

Commit

Permalink
Merge branch 'main' into docs-generate-copy-code
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 8, 2024
2 parents d61f6c3 + bc71f78 commit bb72e55
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 33 deletions.
247 changes: 220 additions & 27 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 @@ -57,10 +57,10 @@
"dotenv": "^16.4.5",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "^11.2.0",
"glob": "^10.4.2",
"glob": "^10.4.3",
"http-server": "14.1.1",
"husky": "9.0.11",
"inquirer": "^9.3.4",
"inquirer": "^10.0.0",
"jscpd": "^4.0.5",
"lint-staged": "^15.2.7",
"markdownlint-cli": "^0.41.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"update:icon-fonts": "npm-run-all generate:icon-fonts generate:icon-types"
},
"devDependencies": {
"glob": "^10.4.2",
"glob": "^10.4.3",
"replace-in-file": "^8.1.0"
}
}
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": "^20.14.9",
"@types/node": "^20.14.10",
"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.14.9",
"@types/node": "^20.14.10",
"@types/react": "^18.3.1",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.2.4",
"@types/dompurify": "3.0.5",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"esbuild": "0.23.0",
Expand Down

0 comments on commit bb72e55

Please sign in to comment.