Skip to content

Commit

Permalink
chore: update dependencies (#1602)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* downgrade eslint for typescript parser

* downgrade react for react native

* update node version

* downgrade ptl
  • Loading branch information
silviuaavram committed May 17, 2024
1 parent 74ce0f5 commit 602ee51
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 602ee51

Please sign in to comment.