From 92e84f331fe2fd833d832addea99a4157713090b Mon Sep 17 00:00:00 2001 From: zdu Date: Sat, 27 Jan 2024 13:09:21 +0900 Subject: [PATCH] #: Update versions of dependencies --- .github/workflows/docker-image.yml | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index eac633f..f0e64be 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@main - name: Build the Docker image run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) diff --git a/package.json b/package.json index 4b4a9f5..62eb2db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-react-use-autorun", - "version": "4.0.18", + "version": "4.0.19", "description": "Provide concise usage for mobx in react", "scripts": { "test": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_test.ts", @@ -17,12 +17,12 @@ }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "7.21.11", - "@testing-library/jest-dom": "6.2.0", + "@testing-library/jest-dom": "6.3.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", - "@types/node": "20.11.0", - "@types/react": "18.2.47", + "@types/node": "20.11.7", + "@types/react": "18.2.48", "@types/react-dom": "18.2.18", "react": "18.2.0", "react-dom": "18.2.0",