|
1 | 1 | { |
2 | 2 | "name": "@react-css/grid", |
3 | | - "version": "1.5.0", |
| 3 | + "version": "1.5.1", |
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", |
|
13 | 13 | "clean": "rm -rf dist/*", |
14 | 14 | "release": "yarn prepublishOnly && yarn test && yarn lint", |
15 | 15 | "prepublishOnly": "yarn && yarn clean && yarn build", |
16 | | - "snyk-protect": "snyk protect", |
| 16 | + "snyk-protect": "snyk-protect", |
17 | 17 | "prepare": "yarn run snyk-protect" |
18 | 18 | }, |
19 | 19 | "repository": { |
|
39 | 39 | }, |
40 | 40 | "homepage": "https://github.com/bikk-uk/react-css-grid#readme", |
41 | 41 | "devDependencies": { |
| 42 | + "@snyk/protect": "^1.893.0", |
42 | 43 | "@testing-library/react": "^12.1.3", |
43 | | - "@types/jest": "^27.4.0", |
44 | | - "@types/react": "^17.0.39", |
45 | | - "@types/react-dom": "^17.0.11", |
46 | | - "@typescript-eslint/eslint-plugin": "^5.12.0", |
47 | | - "@typescript-eslint/parser": "^5.12.0", |
48 | | - "csstype": "^3.0.10", |
49 | | - "eslint": "^8.9.0", |
50 | | - "eslint-config-prettier": "^8.4.0", |
| 44 | + "@types/jest": "^27.4.1", |
| 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", |
| 51 | + "eslint-config-prettier": "^8.5.0", |
51 | 52 | "eslint-plugin-prettier": "^4.0.0", |
52 | | - "eslint-plugin-react": "^7.28.0", |
53 | | - "eslint-plugin-react-hooks": "^4.3.0", |
| 53 | + "eslint-plugin-react": "^7.29.4", |
| 54 | + "eslint-plugin-react-hooks": "^4.4.0", |
54 | 55 | "jest": "^27.5.1", |
55 | | - "prettier": "^2.5.1", |
56 | | - "snyk": "^1.855.0", |
57 | | - "ts-jest": "^27.1.3", |
58 | | - "typescript": "^4.5.5" |
| 56 | + "prettier": "^2.6.2", |
| 57 | + "ts-jest": "^27.1.4", |
| 58 | + "typescript": "^4.6.3" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | 61 | "react": "^17.0.2", |
|
0 commit comments