Skip to content

Commit

Permalink
Merge branch 'main' into chore-tidy-up-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Mar 7, 2024
2 parents d2f8b1d + d335542 commit 182ce29
Show file tree
Hide file tree
Showing 8 changed files with 327 additions and 326 deletions.
4 changes: 2 additions & 2 deletions output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"start": "ng serve"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.2",
"@angular/common": "17.2.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular/common": "17.2.4",
"ng-packagr": "17.2.1",
"typescript": "^5.2.2"
},
Expand Down
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.8.5",
"@playwright/experimental-ct-react": "1.42.1",
"@types/react": "^18.2.63",
"@types/react": "^18.2.64",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1"
Expand Down
605 changes: 303 additions & 302 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@builder.io/mitosis-cli": "^0.0.100",
"@react-docgen/cli": "^2.0.3",
"cpr": "3.0.1",
"cssnano": "^6.0.3",
"cssnano": "^6.1.0",
"eslint": "^8.57.0",
"hygen": "^6.2.11",
"lit": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@zeplin/sdk": "^1.18.0",
"cpr": "3.0.1",
"cssnano": "^6.0.3",
"cssnano": "^6.1.0",
"dotenv": "^16.4.5",
"nodemon": "3.1.0",
"sass": "^1.71.1",
Expand Down
22 changes: 11 additions & 11 deletions showcases/angular-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "17.2.3",
"@angular/common": "17.2.3",
"@angular/compiler": "17.2.3",
"@angular/core": "17.2.3",
"@angular/forms": "17.2.3",
"@angular/platform-browser": "17.2.3",
"@angular/platform-browser-dynamic": "17.2.3",
"@angular/router": "17.2.3",
"@angular/animations": "17.2.4",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.2",
"@angular/cli": "17.2.2",
"@angular/compiler-cli": "17.2.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular/cli": "17.2.3",
"@angular/compiler-cli": "17.2.4",
"ng-packagr": "17.2.1",
"typescript": "^5.2.2"
}
Expand Down
12 changes: 6 additions & 6 deletions showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"dompurify": "3.0.9",
"next": "14.1.2",
"next": "14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-slug": "6.0.0",
Expand All @@ -33,14 +33,14 @@
"devDependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.2",
"@next/mdx": "^14.1.3",
"@types/dompurify": "3.0.5",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"esbuild": "0.20.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.2",
"eslint-config-next": "14.1.3",
"iframe-resizer": "^4.3.9",
"open-cli": "^8.0.0",
"sass": "^1.71.1",
Expand Down
4 changes: 2 additions & 2 deletions showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react-router-dom": "6.22.2"
},
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 182ce29

Please sign in to comment.