Skip to content

Commit a3b0672

Browse files
authored
Merge pull request #40 from bikk-uk/v1.5.1
v1.5.1
2 parents 3b233de + f7bb714 commit a3b0672

File tree

2 files changed

+265
-275
lines changed

2 files changed

+265
-275
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-css/grid",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A thin wrapper to help make CSS Grid simpler and more expressive",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
"clean": "rm -rf dist/*",
1414
"release": "yarn prepublishOnly && yarn test && yarn lint",
1515
"prepublishOnly": "yarn && yarn clean && yarn build",
16-
"snyk-protect": "snyk protect",
16+
"snyk-protect": "snyk-protect",
1717
"prepare": "yarn run snyk-protect"
1818
},
1919
"repository": {
@@ -39,23 +39,23 @@
3939
},
4040
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
4141
"devDependencies": {
42+
"@snyk/protect": "^1.893.0",
4243
"@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",
5152
"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",
5455
"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"
5959
},
6060
"dependencies": {
6161
"react": "^17.0.2",

0 commit comments

Comments
 (0)