|
1 | 1 | { |
2 | 2 | "name": "solid-testing-library", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.4.0", |
4 | 4 | "description": "Simple and complete Solid testing utilities that encourage good testing practices.", |
5 | 5 | "main": "./dist/index.cjs", |
6 | 6 | "module": "./dist/index.mjs", |
|
51 | 51 | "report:coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@testing-library/dom": "^7.29.4" |
| 54 | + "@testing-library/dom": "^8.19.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@babel/cli": "^7.17.6", |
58 | | - "@babel/core": "^7.17.5", |
59 | | - "@babel/preset-env": "^7.16.11", |
60 | | - "@babel/preset-typescript": "7.16.7", |
61 | | - "@testing-library/jest-dom": "^5.16.2", |
62 | | - "@testing-library/user-event": "^13.5.0", |
63 | | - "@types/jest": "^27.4.1", |
64 | | - "babel-jest": "^27.5.1", |
65 | | - "babel-preset-solid": "^1.3.6", |
| 57 | + "@babel/cli": "^7.19.3", |
| 58 | + "@babel/core": "^7.19.6", |
| 59 | + "@babel/preset-env": "^7.19.4", |
| 60 | + "@babel/preset-typescript": "7.18.6", |
| 61 | + "@testing-library/jest-dom": "^5.16.5", |
| 62 | + "@testing-library/user-event": "^14.4.3", |
| 63 | + "@types/jest": "^29.2.1", |
| 64 | + "babel-jest": "^29.2.2", |
| 65 | + "babel-preset-solid": "^1.6.1", |
66 | 66 | "coveralls": "^3.1.1", |
67 | | - "jest": "^27.5.1", |
68 | | - "prettier": "^2.5.1", |
69 | | - "pretty-format": "^27.5.1", |
| 67 | + "jest": "^29.2.2", |
| 68 | + "jest-environment-jsdom": "^29.2.2", |
| 69 | + "prettier": "^2.7.1", |
| 70 | + "pretty-format": "^29.2.1", |
70 | 71 | "rimraf": "^3.0.2", |
71 | 72 | "solid-jest": "^0.2.0", |
72 | | - "solid-js": "^1.3.8", |
73 | | - "typescript": "^4.5.5" |
| 73 | + "solid-js": "^1.6.1", |
| 74 | + "typescript": "^4.8.4" |
74 | 75 | }, |
75 | 76 | "peerDependencies": { |
76 | 77 | "solid-js": ">=1.0.0" |
|
0 commit comments