diff --git a/.github/workflows/npm_test.yml b/.github/workflows/npm_test.yml index 8bea95c..aed959b 100644 --- a/.github/workflows/npm_test.yml +++ b/.github/workflows/npm_test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/package.json b/package.json index 5404429..18e2b86 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@storybook/nextjs": "^10.0.0", "@storybook/react": "^10.0.0", "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", @@ -55,7 +55,7 @@ "stylelint": "^17.0.0", "stylelint-config-standard-scss": "^17.0.0", "ts-jest": "^29.4.4", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "packageManager": "yarn@4.17.1" }