mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore(deps): bump @formily/path from 2.3.0 to 2.3.1 (#4338)
* chore(deps): bump @formily/path from 2.3.0 to 2.3.1 Bumps [@formily/path](https://github.com/alibaba/formily) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/alibaba/formily/releases) - [Changelog](https://github.com/alibaba/formily/blob/formily_next/CHANGELOG.md) - [Commits](https://github.com/alibaba/formily/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: "@formily/path" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: run CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zeke Zhang <958414905@qq.com>
This commit is contained in:
parent
f14bdc5b23
commit
5650d2a994
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout pro-plugins
|
||||
continue-on-error: true # 外部开发者提交 PR 的时候因为没有权限这里会报错,为了能够继续执行后续步骤,所以这里设置为 continue-on-error: true
|
||||
uses: actions/checkout@v4
|
||||
@ -35,6 +36,7 @@ jobs:
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
2
.github/workflows/nocobase-test-frontend.yml
vendored
2
.github/workflows/nocobase-test-frontend.yml
vendored
@ -38,11 +38,13 @@ jobs:
|
||||
container: node:${{ matrix.node_version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
cache: 'yarn'
|
||||
|
||||
- run: yarn install
|
||||
- run: yarn test:client
|
||||
timeout-minutes: 30
|
||||
|
@ -3556,11 +3556,16 @@
|
||||
resolved "https://registry.npmmirror.com/@formily/path/-/path-2.2.27.tgz#384f207533a2bdc84d700d4b7ef46ca6d664db15"
|
||||
integrity sha512-svpYARx1N72Rzg4l9D10SpDljUjCqkFD3ogbnsLNUxO8Rh2oSmn0dw63VDYOw43RX61qHmD3VYAnGxdCv5HJ8w==
|
||||
|
||||
"@formily/path@2.3.0", "@formily/path@^2.2.27":
|
||||
"@formily/path@2.3.0":
|
||||
version "2.3.0"
|
||||
resolved "https://registry.npmmirror.com/@formily/path/-/path-2.3.0.tgz#1cb71389ad39fd30e323b7f35f96cb35f12e304f"
|
||||
integrity sha512-LbSW50ytAH9wPlZc2VkjRjMukoYWiDAII7HfGkSnkCDQYduhWzvbqpkKOd/W8l5VFrLrl2/7yWkfp5cChv0wjA==
|
||||
|
||||
"@formily/path@^2.2.27":
|
||||
version "2.3.1"
|
||||
resolved "https://registry.npmmirror.com/@formily/path/-/path-2.3.1.tgz#b7adb91f7d3bb0f2efc90672dda466a0590dcb1b"
|
||||
integrity sha512-BVo89K5nAFntx02+EV696If1b1bVIm5I1tRPtVyCVIjBIfAgga5hK4k80GZ01Dlk3tpReHpiIbZVg2DNVfw7jA==
|
||||
|
||||
"@formily/react@2.x", "@formily/react@^2.2.0", "@formily/react@^2.2.27":
|
||||
version "2.3.0"
|
||||
resolved "https://registry.npmmirror.com/@formily/react/-/react-2.3.0.tgz#381233c5b523dd8bb20385252eb466d6d24e7c79"
|
||||
|
Loading…
x
Reference in New Issue
Block a user