|
41 | 41 | "react-floater": "^0.7.6",
|
42 | 42 | "react-is": "^16.13.1",
|
43 | 43 | "scroll": "^3.0.1",
|
44 |
| - "scrollparent": "^2.0.1", |
| 44 | + "scrollparent": "^2.1.0", |
45 | 45 | "tree-changes": "^0.9.2"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/core": "^7.21.5", |
49 |
| - "@babel/eslint-parser": "^7.21.3", |
| 48 | + "@babel/core": "^7.22.9", |
| 49 | + "@babel/eslint-parser": "^7.22.9", |
50 | 50 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
51 |
| - "@babel/plugin-proposal-decorators": "^7.21.0", |
52 |
| - "@babel/plugin-proposal-do-expressions": "^7.18.6", |
53 |
| - "@babel/plugin-proposal-export-default-from": "^7.18.10", |
| 51 | + "@babel/plugin-proposal-decorators": "^7.22.7", |
| 52 | + "@babel/plugin-proposal-do-expressions": "^7.22.5", |
| 53 | + "@babel/plugin-proposal-export-default-from": "^7.22.5", |
54 | 54 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
55 |
| - "@babel/plugin-proposal-function-sent": "^7.18.6", |
| 55 | + "@babel/plugin-proposal-function-sent": "^7.22.5", |
56 | 56 | "@babel/plugin-proposal-json-strings": "^7.18.6",
|
57 | 57 | "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
|
58 | 58 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
59 | 59 | "@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
60 | 60 | "@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
61 |
| - "@babel/plugin-proposal-pipeline-operator": "^7.18.9", |
62 |
| - "@babel/plugin-proposal-throw-expressions": "^7.18.6", |
| 61 | + "@babel/plugin-proposal-pipeline-operator": "^7.22.5", |
| 62 | + "@babel/plugin-proposal-throw-expressions": "^7.22.5", |
63 | 63 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
64 | 64 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
65 |
| - "@babel/plugin-transform-flow-strip-types": "^7.21.0", |
66 |
| - "@babel/plugin-transform-runtime": "^7.21.4", |
67 |
| - "@babel/preset-env": "^7.21.5", |
68 |
| - "@babel/preset-flow": "^7.21.4", |
69 |
| - "@babel/preset-react": "^7.18.6", |
70 |
| - "@size-limit/preset-big-lib": "^8.2.4", |
| 65 | + "@babel/plugin-transform-flow-strip-types": "^7.22.5", |
| 66 | + "@babel/plugin-transform-runtime": "^7.22.9", |
| 67 | + "@babel/preset-env": "^7.22.9", |
| 68 | + "@babel/preset-flow": "^7.22.5", |
| 69 | + "@babel/preset-react": "^7.22.5", |
| 70 | + "@size-limit/preset-big-lib": "^8.2.6", |
71 | 71 | "@types/react": "^17.0.47",
|
72 | 72 | "@types/react-dom": "^17.0.11",
|
73 | 73 | "babel-core": "^7.0.0-bridge.0",
|
74 |
| - "babel-jest": "^29.5.0", |
| 74 | + "babel-jest": "^29.6.1", |
75 | 75 | "babel-plugin-array-includes": "^2.0.3",
|
76 | 76 | "babel-plugin-jsx-remove-data-test-id": "^3.0.0",
|
77 | 77 | "babel-plugin-transform-node-env-inline": "^0.4.3",
|
78 | 78 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
79 |
| - "caniuse-lite": "^1.0.30001481", |
| 79 | + "caniuse-lite": "^1.0.30001517", |
80 | 80 | "cross-env": "^7.0.3",
|
81 | 81 | "del-cli": "^5.0.0",
|
82 | 82 | "dtslint": "^4.2.1",
|
83 | 83 | "enzyme": "^3.11.0",
|
84 | 84 | "enzyme-adapter-react-16": "^1.15.7",
|
85 |
| - "eslint": "8.39.0", |
| 85 | + "eslint": "8.45.0", |
86 | 86 | "eslint-config-airbnb": "^19.0.4",
|
87 | 87 | "eslint-config-prettier": "^8.8.0",
|
88 | 88 | "eslint-plugin-babel": "^5.3.1",
|
89 | 89 | "eslint-plugin-flowtype": "^8.0.3",
|
90 | 90 | "eslint-plugin-import": "^2.27.5",
|
91 | 91 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
92 |
| - "eslint-plugin-prettier": "^4.2.1", |
| 92 | + "eslint-plugin-prettier": "^5.0.0", |
93 | 93 | "eslint-plugin-react": "^7.32.2",
|
94 | 94 | "eslint-plugin-react-hooks": "^4.6.0",
|
95 | 95 | "flow-bin": "^0.110.1",
|
96 | 96 | "husky": "^8.0.3",
|
97 | 97 | "is-ci-cli": "^2.2.0",
|
98 |
| - "jest": "^29.5.0", |
99 |
| - "jest-environment-jsdom": "^29.5.0", |
| 98 | + "jest": "^29.6.1", |
| 99 | + "jest-environment-jsdom": "^29.6.1", |
100 | 100 | "jest-enzyme": "^7.1.2",
|
101 |
| - "jest-extended": "^3.2.4", |
| 101 | + "jest-extended": "^4.0.0", |
102 | 102 | "jest-watch-typeahead": "^2.2.2",
|
103 |
| - "lint-staged": "^13.2.2", |
104 |
| - "prettier": "^2.8.8", |
| 103 | + "lint-staged": "^13.2.3", |
| 104 | + "prettier": "^3.0.0", |
105 | 105 | "prop-types": "^15.8.1",
|
106 | 106 | "react": "^16.14.0",
|
107 | 107 | "react-dom": "^16.14.0",
|
|
111 | 111 | "rollup-plugin-babel": "^4.3.3",
|
112 | 112 | "rollup-plugin-commonjs": "^10.1.0",
|
113 | 113 | "rollup-plugin-node-resolve": "^5.2.0",
|
114 |
| - "size-limit": "^8.2.4", |
| 114 | + "size-limit": "^8.2.6", |
115 | 115 | "typescript": "^4.9.5"
|
116 | 116 | },
|
117 | 117 | "scripts": {
|
|
0 commit comments