Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 15, 2021
1 parent aac9964 commit 3877005
Show file tree
Hide file tree
Showing 6 changed files with 3,167 additions and 2,804 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"resolutions": {
"babel-jest": "24.9.0"
"babel-jest": "26.6.3"
},
"scripts": {
"clean": "yarn clean:build && yarn clean:node_modules",
Expand Down Expand Up @@ -34,34 +34,34 @@
},
"devDependencies": {
"@types/enzyme": "3.10.8",
"@types/jest": "25.2.3",
"@types/jest": "26.0.20",
"@types/lodash.merge": "4.6.6",
"@types/node": "10.17.50",
"@types/reach__router": "1.3.6",
"@types/react": "16.14.2",
"@types/react-dom": "16.9.10",
"@types/react-helmet": "5.0.16",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-helmet": "6.1.0",
"@types/react-redux": "7.1.15",
"@types/react-test-renderer": "16.9.4",
"@types/react-test-renderer": "17.0.0",
"@types/typography": "0.16.3",
"@types/webpack-env": "1.16.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"eslint": "6.8.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"eslint": "7.17.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "2.5.1",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "4.3.6",
"lerna": "3.22.1",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"serve": "11.3.2",
"start-server-and-test": "1.11.7",
"typescript": "3.9.7"
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"cypress:run": "cypress run"
},
"devDependencies": {
"cypress": "5.6.0"
"cypress": "6.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {},
"main": "index.js",
"dependencies": {
"typeface-fira-sans": "0.0.75",
"typeface-fira-sans": "1.1.13",
"typography": "0.16.19",
"typography-plugin-code": "0.16.19",
"typography-theme-de-young": "0.16.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test.watch": "stencil test --spec --e2e --watchAll"
},
"dependencies": {
"@stencil/core": "1.17.4",
"@stencil/core": "2.3.0",
"@stencil/sass": "1.4.1",
"sanitize.css": "12.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"eslint-plugin-react-hooks": "4.2.0",
"jest-emotion": "10.0.32",
"jest-emotion": "11.0.0",
"jest-enzyme": "7.1.2",
"nock": "13.0.5",
"raf": "3.4.1",
"react-test-renderer": "16.14.0",
"react-test-renderer": "17.0.1",
"redux-mock-store": "1.5.4",
"source-map-explorer": "2.5.1",
"typescript": "4.1.3",
"webpack-bundle-analyzer": "3.9.0"
"webpack-bundle-analyzer": "4.3.0"
},
"dependencies": {
"@emotion/core": "10.1.1",
"@emotion/styled": "10.0.27",
"@emotion/core": "11.0.0",
"@emotion/styled": "11.0.0",
"@mattailes/types": "^4.4.0",
"@mattailes/typography": "^4.7.11",
"@mattailes/ui": "^4.8.7",
Expand All @@ -51,16 +51,16 @@
"cross-fetch": "3.0.6",
"dotenv": "8.2.0",
"facepaint": "1.2.1",
"firebase": "7.24.0",
"firebase": "8.2.3",
"graphql": "15.4.0",
"graphql.macro": "1.4.2",
"prop-types": "15.7.2",
"react": "16.14.0",
"react": "17.0.1",
"react-apollo": "3.1.5",
"react-dom": "16.14.0",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"react-redux": "7.2.2",
"react-scripts": "3.4.4",
"react-scripts": "4.0.1",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-saga": "1.1.3",
Expand Down
Loading

0 comments on commit 3877005

Please sign in to comment.