Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 16, 2021
1 parent 6cd124b commit 754c33c
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 191 deletions.
112 changes: 56 additions & 56 deletions packages/union-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,65 +36,65 @@
"tailwindcss": ">=1.7.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/react": "^6.0.21",
"@testing-library/dom": "^7.24.1",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.4",
"@types/classnames": "^2.2.10",
"@types/eslint": "^7.2.0",
"@types/faker": "^5.1.0",
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"babel-preset-gatsby": "^0.5.8",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-standard": "^4.0.1",
"faker": "^5.1.0",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.2.11",
"@babel/core": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@storybook/addon-actions": "6.1.11",
"@storybook/addon-essentials": "6.1.11",
"@storybook/addon-links": "6.1.11",
"@storybook/react": "6.1.11",
"@testing-library/dom": "7.29.0",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.2.2",
"@testing-library/user-event": "12.6.0",
"@types/classnames": "2.2.11",
"@types/eslint": "7.2.6",
"@types/faker": "5.1.5",
"@types/node": "14.14.14",
"@types/react": "16.14.2",
"@types/react-dom": "16.9.10",
"@types/react-helmet": "6.1.0",
"@types/styled-components": "5.1.7",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"babel-jest": "26.3.0",
"babel-loader": "8.2.2",
"babel-plugin-styled-components": "1.12.0",
"babel-preset-gatsby": "0.5.16",
"babel-preset-react-app": "9.1.2",
"eslint": "7.16.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-standard": "4.1.0",
"faker": "5.1.0",
"husky": "4.3.6",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"jest-fetch-mock": "3.0.3",
"lint-staged": "10.5.3",
"microbundle": "0.13.0",
"prettier": "2.0.5",
"react": ">=16.12.0",
"react-dom": ">=16.12.0",
"react-is": "^16.13.1",
"react-test-renderer": "^16.13.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-is": "16.13.1",
"react-test-renderer": "16.14.0",
"semantic-release": "17.2.3",
"stylefmt": "^6.0.3",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2",
"tailwindcss": "^1.7.0",
"ts-jest": "^26.3.0",
"typescript": "^3.9.7"
"stylefmt": "6.0.3",
"stylelint": "13.8.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-prettier": "1.1.2",
"tailwindcss": "1.9.6",
"ts-jest": "26.4.4",
"typescript": "3.9.7"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 754c33c

Please sign in to comment.