Skip to content

Commit

Permalink
Update non-major (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 13, 2021
1 parent 50879f8 commit 2da7461
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 910 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,39 +41,39 @@
},
"devDependencies": {
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.3.0-rc.7",
"@storybook/addon-links": "6.3.0-rc.7",
"@storybook/addon-storysource": "6.3.0-rc.7",
"@storybook/react": "6.3.0-rc.7",
"@storybook/addon-essentials": "6.3.4",
"@storybook/addon-links": "6.3.4",
"@storybook/addon-storysource": "6.3.4",
"@storybook/react": "6.3.4",
"@svgr/rollup": "5.5.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@types/jest": "26.0.23",
"@types/jest": "26.0.24",
"@types/moment": "2.13.0",
"@types/react": "17.0.11",
"@types/react-dates": "21.8.2",
"@types/react-dom": "17.0.7",
"@types/react-select": "4.0.15",
"@types/react": "17.0.14",
"@types/react-dates": "21.8.3",
"@types/react-dom": "17.0.9",
"@types/react-select": "4.0.17",
"@types/react-toast-notifications": "2.4.0",
"@types/react-transition-group": "4.4.1",
"@types/styled-components": "5.1.10",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@types/react-transition-group": "4.4.2",
"@types/styled-components": "5.1.11",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"cross-env": "7.0.3",
"eslint": "7.28.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-mdx": "1.13.0",
"eslint-plugin-mdx": "1.14.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.0.3",
"prettier": "2.3.1",
"jest": "27.0.6",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-select": "4.3.1",
"rollup": "2.52.1",
"rollup": "2.53.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-imagemin": "0.4.1",
"rollup-plugin-node-resolve": "5.2.0",
Expand All @@ -84,7 +84,7 @@
"scaffdog": "1.0.1",
"styled-components": "5.3.0",
"ts-jest": "27.0.3",
"typescript": "4.3.4"
"typescript": "4.3.5"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions testEnv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "14.17.4",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@types/styled-components": "5.1.10",
"@types/node": "14.17.5",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/styled-components": "5.1.11",
"ingred-ui": "file:../dist",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"styled-components": "5.3.0",
"typescript": "4.3.4"
"typescript": "4.3.5"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand Down
Loading

0 comments on commit 2da7461

Please sign in to comment.