Skip to content

Commit

Permalink
build(package.json): mirroring mud-react dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
calummackervoy committed Nov 12, 2021
1 parent c620f39 commit 8a3ac33
Show file tree
Hide file tree
Showing 2 changed files with 895 additions and 5,349 deletions.
14 changes: 6 additions & 8 deletions package.json
Expand Up @@ -10,14 +10,12 @@
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@chakra-ui/react": "^1.6.5",
"@chakra-ui/react": "^1.1.5",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@inrupt/eslint-config-base": "0.0.4",
"@inrupt/eslint-config-react": "0.0.4",
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/solid-client": "^0.4.0",
"@inrupt/solid-ui-react": "^2.4.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -48,8 +46,8 @@
"jest": "^27.0.6",
"lint-staged": ">=10",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"rollup": "^2.55.1",
"rollup-plugin-node-builtins": "^2.1.2",
"semantic-release": "^17.4.4",
Expand All @@ -68,8 +66,8 @@
},
"peerDependencies": {
"@chakra-ui/react": "^1.6.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"lint-staged": {
"*.{js,jsx,css,md,ts,tsx}": "prettier --write"
Expand All @@ -87,6 +85,6 @@
"solid-auth-client": "^2.5.6",
"@inrupt/lit-generated-vocab-common": "^0.3.11",
"@inrupt/solid-client": "^0.4.0",
"@inrupt/solid-ui-react": "^2.4.0"
"@inrupt/solid-ui-react": "^1.2.1"
}
}

0 comments on commit 8a3ac33

Please sign in to comment.