|
102 | 102 | "@babel/preset-env": "^7.0.0",
|
103 | 103 | "@jupyterlab/builder": "^4.0.0",
|
104 | 104 | "@jupyterlab/testutils": "^4.0.0",
|
| 105 | + "@testing-library/jest-dom": "^6.1.4", |
| 106 | + "@testing-library/react": "^14.0.0", |
| 107 | + "@testing-library/user-event": "^14.5.1", |
105 | 108 | "@types/diff-match-patch": "^1.0.32",
|
106 |
| - "@types/enzyme": "^3.1.15", |
107 | 109 | "@types/jest": "^29.2.0",
|
108 | 110 | "@types/json-schema": "^7.0.11",
|
109 | 111 | "@types/react": "^18.0.26",
|
|
114 | 116 | "@types/resize-observer-browser": "^0.1.7",
|
115 | 117 | "@typescript-eslint/eslint-plugin": "^6.1.0",
|
116 | 118 | "@typescript-eslint/parser": "^6.1.0",
|
117 |
| - "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", |
118 | 119 | "all-contributors-cli": "^6.14.0",
|
119 | 120 | "css-loader": "^6.7.1",
|
120 |
| - "enzyme": "^3.7.0", |
121 | 121 | "eslint": "^8.36.0",
|
122 | 122 | "eslint-config-prettier": "^8.8.0",
|
123 | 123 | "eslint-plugin-prettier": "^5.0.0",
|
|
126 | 126 | "husky": "^8.0.3",
|
127 | 127 | "identity-obj-proxy": "^3.0.0",
|
128 | 128 | "jest": "^29.2.0",
|
129 |
| - "jest-fetch-mock": "^3.0.0", |
130 | 129 | "lint-staged": "^13.2.3",
|
131 | 130 | "mkdirp": "^1.0.3",
|
132 | 131 | "npm-run-all": "^4.1.5",
|
133 | 132 | "prettier": "^3.0.0",
|
| 133 | + "resize-observer-polyfill": "^1.5.1", |
134 | 134 | "rimraf": "^5.0.1",
|
135 | 135 | "source-map-loader": "^1.0.2",
|
136 | 136 | "style-loader": "^3.3.1",
|
|
139 | 139 | "stylelint-config-standard": "^34.0.0",
|
140 | 140 | "stylelint-csstree-validator": "^3.0.0",
|
141 | 141 | "stylelint-prettier": "^4.0.0",
|
142 |
| - "ts-jest": "^26.0.0", |
| 142 | + "ts-jest": "^29.1.0", |
143 | 143 | "typescript": "~5.0.2",
|
144 | 144 | "yjs": "^13.5.40"
|
145 | 145 | },
|
|
0 commit comments