Skip to content

Commit

Permalink
Merge pull request #62 from Giveth/revert-61-update-packages
Browse files Browse the repository at this point in the history
Revert "fix: update packages"
  • Loading branch information
MohammadPCh authored Aug 22, 2022
2 parents 08e2523 + 4f48a50 commit d7ae48e
Show file tree
Hide file tree
Showing 2 changed files with 720 additions and 217 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"dependencies": {
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5"
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.1"
},
"scripts": {
"build": "rm -rf lib;yarn build:esm && yarn build:cjs",
Expand All @@ -37,10 +37,10 @@
"babel-loader": "^8.2.3",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.5",
"prettier": "^2.5.1",
"eslint-config-prettier": "^8.3.0",
"typescript": "4.5.4"
},
"release": {
Expand Down
Loading

0 comments on commit d7ae48e

Please sign in to comment.