Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalczyk-krzysztof committed Jul 6, 2023
2 parents 72b405b + 6a24536 commit 28a446e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 21 deletions.
45 changes: 27 additions & 18 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 @@ -46,12 +46,12 @@
"./packages/*"
],
"devDependencies": {
"@babel/cli": "=7.22.5",
"@babel/cli": "=7.22.6",
"@babel/core": "=7.22.5",
"@babel/plugin-proposal-class-properties": "=7.18.6",
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
"@babel/plugin-transform-modules-commonjs": "=7.22.5",
"@babel/plugin-transform-runtime": "=7.22.5",
"@babel/plugin-transform-runtime": "=7.22.6",
"@babel/preset-env": "=7.22.5",
"@babel/preset-typescript": "=7.22.5",
"@babel/register": "=7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/apidom-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@emotion/react": "=11.11.1",
"@emotion/styled": "=11.11.0",
"@mui/icons-material": "=5.11.16",
"@mui/icons-material": "=5.13.7",
"@mui/material": "=5.13.6",
"@swagger-api/apidom-ast": "*",
"@swagger-api/apidom-core": "*",
Expand Down

0 comments on commit 28a446e

Please sign in to comment.