|
68 | 68 | "react": ">=16.12.0" |
69 | 69 | }, |
70 | 70 | "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", |
73 | 73 | "prop-types": "^15.8.1", |
74 | | - "react-is": "^18.2.0", |
| 74 | + "react-is": "18.2.0", |
75 | 75 | "tslib": "^2.6.2" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@babel/helpers": "^7.22.15", |
| 78 | + "@babel/helpers": "^7.24.5", |
79 | 79 | "@babel/plugin-proposal-private-methods": "^7.18.6", |
80 | 80 | "@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", |
89 | 89 | "@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", |
92 | 92 | "@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", |
99 | 99 | "babel-plugin-macros": "^3.1.0", |
100 | 100 | "babel-plugin-no-side-effect-class-properties": "0.0.7", |
101 | 101 | "babel-preset-react-native": "^4.0.1", |
102 | 102 | "buble": "^0.20.0", |
103 | 103 | "cpy-cli": "^5.0.0", |
104 | 104 | "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", |
110 | 110 | "flow-coverage-report": "^0.8.0", |
111 | 111 | "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", |
114 | 114 | "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" |
124 | 124 | }, |
125 | 125 | "eslintConfig": { |
126 | 126 | "parserOptions": { |
|
0 commit comments