|
1 | 1 | { |
2 | 2 | "name": "@react-css/grid", |
3 | | - "version": "1.5.1", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "A thin wrapper to help make CSS Grid simpler and more expressive", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "types": "dist/index.d.ts", |
|
39 | 39 | }, |
40 | 40 | "homepage": "https://github.com/bikk-uk/react-css-grid#readme", |
41 | 41 | "devDependencies": { |
42 | | - "@snyk/protect": "^1.893.0", |
43 | | - "@testing-library/react": "^12.1.3", |
44 | | - "@types/jest": "^27.4.1", |
| 42 | + "@snyk/protect": "^1.980.0", |
| 43 | + "@testing-library/react": "^13.3.0", |
| 44 | + "@types/jest": "^28.1.6", |
45 | 45 | "@types/react": "^17.0.43", |
46 | | - "@types/react-dom": "^17.0.14", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.17.0", |
48 | | - "@typescript-eslint/parser": "^5.17.0", |
49 | | - "csstype": "^3.0.11", |
50 | | - "eslint": "^8.12.0", |
| 46 | + "@types/react-dom": "^18.0.6", |
| 47 | + "@typescript-eslint/eslint-plugin": "^5.30.7", |
| 48 | + "@typescript-eslint/parser": "^5.30.7", |
| 49 | + "csstype": "^3.1.0", |
| 50 | + "eslint": "^8.20.0", |
51 | 51 | "eslint-config-prettier": "^8.5.0", |
52 | | - "eslint-plugin-prettier": "^4.0.0", |
53 | | - "eslint-plugin-react": "^7.29.4", |
54 | | - "eslint-plugin-react-hooks": "^4.4.0", |
55 | | - "jest": "^27.5.1", |
56 | | - "prettier": "^2.6.2", |
57 | | - "ts-jest": "^27.1.4", |
58 | | - "typescript": "^4.6.3" |
| 52 | + "eslint-plugin-prettier": "^4.2.1", |
| 53 | + "eslint-plugin-react": "^7.30.1", |
| 54 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 55 | + "jest": "^28.1.3", |
| 56 | + "jest-environment-jsdom": "^28.1.3", |
| 57 | + "prettier": "^2.7.1", |
| 58 | + "ts-jest": "^28.0.7", |
| 59 | + "typescript": "^4.7.4" |
59 | 60 | }, |
60 | 61 | "dependencies": { |
61 | | - "react": "^17.0.2", |
62 | | - "react-dom": "^17.0.2" |
| 62 | + "react": "^18.2.0", |
| 63 | + "react-dom": "^18.2.0" |
63 | 64 | }, |
64 | 65 | "snyk": true |
65 | 66 | } |
0 commit comments