diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 6424734..ec3350d 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -15,7 +15,7 @@ jobs: name: Run linter runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 16 @@ -34,7 +34,7 @@ jobs: name: Run tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 16 diff --git a/.github/workflows/master-pr.yml b/.github/workflows/master-pr.yml index b98fc9a..ac8e9a2 100644 --- a/.github/workflows/master-pr.yml +++ b/.github/workflows/master-pr.yml @@ -13,7 +13,7 @@ jobs: name: Build code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 16 @@ -24,7 +24,7 @@ jobs: name: Run tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 16 diff --git a/package.json b/package.json index 426873a..9d0e708 100644 --- a/package.json +++ b/package.json @@ -14,36 +14,36 @@ "url": "https://github.com/mika-alaoutinen/desdeo-components" }, "dependencies": { - "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.5.0", - "react-scripts": "4.0.3", - "typescript": "^4.4.4", + "@testing-library/jest-dom": "^6.0.0", + "@testing-library/react": "^14.0.0", + "@testing-library/user-event": "^14.0.0", + "react-scripts": "5.0.1", + "typescript": "^5.0.0", "victory": "^36.0.1", "victory-selection-container": "^36.0.0" }, "devDependencies": { - "@rollup/plugin-commonjs": "^21.0.0", - "@rollup/plugin-node-resolve": "^13.0.5", - "@storybook/addon-console": "^1.2.3", + "@rollup/plugin-commonjs": "^25.0.0", + "@rollup/plugin-node-resolve": "^15.0.0", + "@storybook/addon-console": "^2.0.0", "@storybook/addon-docs": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/preset-create-react-app": "^3.2.0", "@storybook/react": "^6.3.12", "@types/jest": "^29.0.0", - "@types/node": "^16.11.1", + "@types/node": "^18.0.0", "@types/react": "^17.0.30", "@types/react-dom": "^17.0.9", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^4.0.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react-hooks": "^4.2.0", - "prettier": "^2.4.1", + "prettier": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "rimraf": "^3.0.2", - "rollup": "^2.58.0", + "rimraf": "^5.0.0", + "rollup": "^3.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.36.0" },