Skip to content

Commit

Permalink
⬆️ update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Dec 8, 2020
1 parent 517c446 commit dc44e18
Show file tree
Hide file tree
Showing 4 changed files with 3,584 additions and 4,703 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
"storybook:build": "NODE_PATH=playground/src build-storybook"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^6.0.0",
"@storybook/addon-essentials": "^6.0.0",
"@storybook/addon-links": "^6.0.0",
"@storybook/react": "^6.0.0",
"@types/jest": "^26.0.9",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@babel/core": "^7.12.9",
"@storybook/addon-actions": "^6.1.10",
"@storybook/addon-essentials": "^6.1.10",
"@storybook/addon-links": "^6.1.10",
"@storybook/react": "^6.1.10",
"@types/jest": "^26.0.17",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cypress": "^4.12.1",
"eslint": "^7.2.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.2.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"husky": "^4.2.5",
"jest": "^26.3.0",
"lint-staged": "^10.2.9",
"prettier": "^2.0.5",
"stylelint": "^13.6.0",
"babel-loader": "^8.2.2",
"cypress": "^6.1.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.0.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^6.0.1",
"husky": "^4.3.5",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
},
"dependencies": {
"fs-extra": "^9.0.1",
Expand Down
26 changes: 13 additions & 13 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"type-check": "tsc"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"tailwindcss": "^1.6.2",
"twin.macro": "^1.7.0"
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.0.0",
"next": "10.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.1",
"twin.macro": "^2.0.5"
},
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"babel-plugin-macros": "^2.8.0",
"typescript": "3.7.3"
"@types/jest": "^26.0.17",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-plugin-macros": "^3.0.0",
"typescript": "4.1.2"
},
"license": "MIT"
}

0 comments on commit dc44e18

Please sign in to comment.