Skip to content

Commit e678b5f

Browse files
authored
Merge pull request #42 from bikk-uk/react-18-and-v2
React 18 and v2
2 parents a3b0672 + 3676b7e commit e678b5f

File tree

2 files changed

+1169
-796
lines changed

2 files changed

+1169
-796
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-css/grid",
3-
"version": "1.5.1",
3+
"version": "2.0.0",
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",
@@ -39,27 +39,28 @@
3939
},
4040
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
4141
"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",
4545
"@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",
5151
"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"
5960
},
6061
"dependencies": {
61-
"react": "^17.0.2",
62-
"react-dom": "^17.0.2"
62+
"react": "^18.2.0",
63+
"react-dom": "^18.2.0"
6364
},
6465
"snyk": true
6566
}

0 commit comments

Comments
 (0)