From 602ee5191ed37d51b72084f4b6f0efcfb1c23891 Mon Sep 17 00:00:00 2001 From: Silviu Alexandru Avram Date: Fri, 17 May 2024 09:45:31 +0300 Subject: [PATCH] chore: update dependencies (#1602) * chore: update dependencies * downgrade eslint for typescript parser * downgrade react for react native * update node version * downgrade ptl --- .github/workflows/validate.yml | 2 +- package.json | 72 +++++++++++++++++----------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5389fe4d..58abad9c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: matrix: - node: [16] + node: [18, 20] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs diff --git a/package.json b/package.json index f11053bf..3b69e825 100644 --- a/package.json +++ b/package.json @@ -68,59 +68,59 @@ "react": ">=16.12.0" }, "dependencies": { - "@babel/runtime": "^7.22.15", - "compute-scroll-into-view": "^3.0.3", + "@babel/runtime": "^7.24.5", + "compute-scroll-into-view": "^3.1.0", "prop-types": "^15.8.1", - "react-is": "^18.2.0", + "react-is": "18.2.0", "tslib": "^2.6.2" }, "devDependencies": { - "@babel/helpers": "^7.22.15", + "@babel/helpers": "^7.24.5", "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@cypress/webpack-preprocessor": "^6.0.0", - "@docusaurus/core": "3.0.0-alpha.0", - "@docusaurus/module-type-aliases": "3.0.0-alpha.0", - "@docusaurus/preset-classic": "3.0.0-alpha.0", - "@mdx-js/react": "^2.3.0", - "@rollup/plugin-babel": "^6.0.3", - "@rollup/plugin-commonjs": "^25.0.4", - "@rollup/plugin-typescript": "^11.1.3", + "@cypress/webpack-preprocessor": "^6.0.1", + "@docusaurus/core": "3.3.2", + "@docusaurus/module-type-aliases": "3.3.2", + "@docusaurus/preset-classic": "3.3.2", + "@mdx-js/react": "^3.0.1", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-typescript": "^11.1.6", "@testing-library/cypress": "^10.0.1", - "@testing-library/dom": "^9.3.1", - "@testing-library/jest-dom": "^6.1.3", + "@testing-library/dom": "^10.1.0", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/preact": "^2.0.1", - "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^14.4.3", - "@types/jest": "^29.5.4", - "@types/react": "^18.2.21", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", + "@testing-library/react": "^15.0.7", + "@testing-library/user-event": "^14.5.2", + "@types/jest": "^29.5.12", + "@types/react": "^18.3.2", + "@typescript-eslint/eslint-plugin": "^7.9.0", + "@typescript-eslint/parser": "^7.9.0", "babel-plugin-macros": "^3.1.0", "babel-plugin-no-side-effect-class-properties": "0.0.7", "babel-preset-react-native": "^4.0.1", "buble": "^0.20.0", "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", - "cypress": "13.2.0", - "eslint": "^8.49.0", - "eslint-plugin-cypress": "^2.14.0", - "eslint-plugin-react": "7.33.2", - "flow-bin": "^0.216.1", + "cypress": "13.9.0", + "eslint": "^8.56.0", + "eslint-plugin-cypress": "^3.2.0", + "eslint-plugin-react": "7.34.1", + "flow-bin": "^0.236.0", "flow-coverage-report": "^0.8.0", "get-pkg-repo": "5.0.0", - "kcd-scripts": "^14.0.0", - "node-polyfill-webpack-plugin": "^2.0.1", + "kcd-scripts": "^15.0.1", + "node-polyfill-webpack-plugin": "^3.0.0", "npm-run-all": "^4.1.5", - "preact": "^10.17.1", - "prism-react-renderer": "^2.0.6", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-native": "^0.72.4", - "react-test-renderer": "^18.2.0", - "serve": "^14.2.1", - "start-server-and-test": "^2.0.0", - "typescript": "^5.2.2" + "preact": "^10.22.0", + "prism-react-renderer": "^2.3.1", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-native": "^0.74.1", + "react-test-renderer": "18.2.0", + "serve": "^14.2.3", + "start-server-and-test": "^2.0.3", + "typescript": "^5.4.5" }, "eslintConfig": { "parserOptions": {