Skip to content

Commit 602ee51

Browse files
authored
chore: update dependencies (#1602)
* chore: update dependencies * downgrade eslint for typescript parser * downgrade react for react native * update node version * downgrade ptl
1 parent 74ce0f5 commit 602ee51

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [16]
19+
node: [18, 20]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -68,59 +68,59 @@
6868
"react": ">=16.12.0"
6969
},
7070
"dependencies": {
71-
"@babel/runtime": "^7.22.15",
72-
"compute-scroll-into-view": "^3.0.3",
71+
"@babel/runtime": "^7.24.5",
72+
"compute-scroll-into-view": "^3.1.0",
7373
"prop-types": "^15.8.1",
74-
"react-is": "^18.2.0",
74+
"react-is": "18.2.0",
7575
"tslib": "^2.6.2"
7676
},
7777
"devDependencies": {
78-
"@babel/helpers": "^7.22.15",
78+
"@babel/helpers": "^7.24.5",
7979
"@babel/plugin-proposal-private-methods": "^7.18.6",
8080
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
81-
"@cypress/webpack-preprocessor": "^6.0.0",
82-
"@docusaurus/core": "3.0.0-alpha.0",
83-
"@docusaurus/module-type-aliases": "3.0.0-alpha.0",
84-
"@docusaurus/preset-classic": "3.0.0-alpha.0",
85-
"@mdx-js/react": "^2.3.0",
86-
"@rollup/plugin-babel": "^6.0.3",
87-
"@rollup/plugin-commonjs": "^25.0.4",
88-
"@rollup/plugin-typescript": "^11.1.3",
81+
"@cypress/webpack-preprocessor": "^6.0.1",
82+
"@docusaurus/core": "3.3.2",
83+
"@docusaurus/module-type-aliases": "3.3.2",
84+
"@docusaurus/preset-classic": "3.3.2",
85+
"@mdx-js/react": "^3.0.1",
86+
"@rollup/plugin-babel": "^6.0.4",
87+
"@rollup/plugin-commonjs": "^25.0.7",
88+
"@rollup/plugin-typescript": "^11.1.6",
8989
"@testing-library/cypress": "^10.0.1",
90-
"@testing-library/dom": "^9.3.1",
91-
"@testing-library/jest-dom": "^6.1.3",
90+
"@testing-library/dom": "^10.1.0",
91+
"@testing-library/jest-dom": "^6.4.5",
9292
"@testing-library/preact": "^2.0.1",
93-
"@testing-library/react": "^14.0.0",
94-
"@testing-library/user-event": "^14.4.3",
95-
"@types/jest": "^29.5.4",
96-
"@types/react": "^18.2.21",
97-
"@typescript-eslint/eslint-plugin": "^6.7.0",
98-
"@typescript-eslint/parser": "^6.7.0",
93+
"@testing-library/react": "^15.0.7",
94+
"@testing-library/user-event": "^14.5.2",
95+
"@types/jest": "^29.5.12",
96+
"@types/react": "^18.3.2",
97+
"@typescript-eslint/eslint-plugin": "^7.9.0",
98+
"@typescript-eslint/parser": "^7.9.0",
9999
"babel-plugin-macros": "^3.1.0",
100100
"babel-plugin-no-side-effect-class-properties": "0.0.7",
101101
"babel-preset-react-native": "^4.0.1",
102102
"buble": "^0.20.0",
103103
"cpy-cli": "^5.0.0",
104104
"cross-env": "^7.0.3",
105-
"cypress": "13.2.0",
106-
"eslint": "^8.49.0",
107-
"eslint-plugin-cypress": "^2.14.0",
108-
"eslint-plugin-react": "7.33.2",
109-
"flow-bin": "^0.216.1",
105+
"cypress": "13.9.0",
106+
"eslint": "^8.56.0",
107+
"eslint-plugin-cypress": "^3.2.0",
108+
"eslint-plugin-react": "7.34.1",
109+
"flow-bin": "^0.236.0",
110110
"flow-coverage-report": "^0.8.0",
111111
"get-pkg-repo": "5.0.0",
112-
"kcd-scripts": "^14.0.0",
113-
"node-polyfill-webpack-plugin": "^2.0.1",
112+
"kcd-scripts": "^15.0.1",
113+
"node-polyfill-webpack-plugin": "^3.0.0",
114114
"npm-run-all": "^4.1.5",
115-
"preact": "^10.17.1",
116-
"prism-react-renderer": "^2.0.6",
117-
"react": "^18.2.0",
118-
"react-dom": "^18.2.0",
119-
"react-native": "^0.72.4",
120-
"react-test-renderer": "^18.2.0",
121-
"serve": "^14.2.1",
122-
"start-server-and-test": "^2.0.0",
123-
"typescript": "^5.2.2"
115+
"preact": "^10.22.0",
116+
"prism-react-renderer": "^2.3.1",
117+
"react": "18.2.0",
118+
"react-dom": "18.2.0",
119+
"react-native": "^0.74.1",
120+
"react-test-renderer": "18.2.0",
121+
"serve": "^14.2.3",
122+
"start-server-and-test": "^2.0.3",
123+
"typescript": "^5.4.5"
124124
},
125125
"eslintConfig": {
126126
"parserOptions": {

0 commit comments

Comments
 (0)