Skip to content

Commit

Permalink
chore(deps): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Mar 14, 2023
1 parent f834b80 commit da964c8
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 318 deletions.
3 changes: 2 additions & 1 deletion nodepkg/openapi-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"peerDependencies": {
"@types/react": "18.x",
"react": "18.x",
"rxjs": "^7.x"
"rxjs": "^7.x",
"core-js": "*"
},
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions nodepkg/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@types/react": "~18.x",
"rxjs": "^7.8.0"
},
"peerDependencies": {},
"exports": {
".": {
"import": {
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"devDependencies": {
"@innoai-tech/devconfig": "^0.1.2",
"@innoai-tech/gents": "^0.3.3",
"@innoai-tech/monobundle": "^0.5.3",
"@innoai-tech/vite-presets": "^0.6.2",
"@innoai-tech/monobundle": "^0.6.0",
"@innoai-tech/swc-plugin-annotate-pure-calls": "^0.1.0",
"@innoai-tech/vite-presets": "^0.7.0",
"@nodepkg/devconfig": "workspace:*",
"@testing-library/react": "^14.0.0",
"core-js": "^3.29.1",
"esbuild": "^0.17.11",
"jsdom": "^21.1.0",
"prettier": "^2.8.4",
Expand Down
Loading

0 comments on commit da964c8

Please sign in to comment.