Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/services/endorser/pydantic-1.…
Browse files Browse the repository at this point in the history
…10.16
  • Loading branch information
loneil committed Jul 9, 2024
2 parents 0305f2c + a89a0be commit b5597a0
Show file tree
Hide file tree
Showing 17 changed files with 1,704 additions and 1,469 deletions.
57 changes: 23 additions & 34 deletions demo/lob/poetry.lock

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

2 changes: 1 addition & 1 deletion demo/lob/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiosignal==1.3.1; python_version >= "3.7"
async-timeout==4.0.3; python_version >= "3.6"
asynctest==0.13.0; python_version < "3.8" and python_version >= "3.6"
attrs==23.2.0; python_version >= "3.7"
certifi==2024.2.2; python_version >= "3.7" and python_version < "4"
certifi==2024.7.4; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0"
exceptiongroup==1.1.0; python_version < "3.11" and python_version >= "3.7"
Expand Down
18 changes: 9 additions & 9 deletions demo/plugins/rpc/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.27",
"vuetify": "^3.6.8"
"vue": "^3.4.31",
"vuetify": "^3.6.11"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.1",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vue-tsc": "^2.0.19"
"eslint-plugin-vue": "^9.27.0",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit b5597a0

Please sign in to comment.