Skip to content

Commit ac7b8af

Browse files
authored
chore: upgrade deps (#175)
1 parent 379e54d commit ac7b8af

File tree

4 files changed

+543
-499
lines changed

4 files changed

+543
-499
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"@emotion/react": "^11.1.4",
3737
"@emotion/serialize": "^1.0.0",
3838
"@emotion/styled": "^11.0.0",
39-
"@testing-library/jest-dom": "^5.11.8",
40-
"@testing-library/react": "^11.2.2",
39+
"@testing-library/jest-dom": "^5.11.9",
40+
"@testing-library/react": "^11.2.3",
4141
"@types/react": "^17.0.0",
4242
"@types/styled-components": "^5.1.7",
43-
"@typescript-eslint/eslint-plugin": "^4.11.1",
44-
"@typescript-eslint/parser": "^4.11.1",
43+
"@typescript-eslint/eslint-plugin": "^4.14.0",
44+
"@typescript-eslint/parser": "^4.14.0",
4545
"babel-jest": "^26.3.0",
4646
"browser-resolve": "^2.0.0",
47-
"bundlesize": "^0.18.0",
47+
"bundlesize": "^0.18.1",
4848
"codecov": "^3.7.2",
4949
"conventional-github-releaser": "^3.1.5",
50-
"eslint": "^7.16.0",
50+
"eslint": "^7.18.0",
5151
"eslint-plugin-react": "^7.22.0",
5252
"eslint-plugin-react-hooks": "^4.2.0",
5353
"jest": "^26.4.2",

packages/system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"dependencies": {
3535
"@babel/runtime": "^7.11.2",
3636
"@xstyled/util": "^2.0.0",
37-
"csstype": "^3.0.3 "
37+
"csstype": "^3.0.6"
3838
}
3939
}

website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"serve": "gatsby serve"
99
},
1010
"dependencies": {
11-
"prismjs": "^1.22.0",
11+
"prismjs": "^1.23.0",
1212
"react": "^17.0.1",
1313
"react-dom": "^17.0.1",
1414
"smooth-doc": "^5.5.0"
1515
},
1616
"devDependencies": {
17-
"gatsby": "^2.29.3",
18-
"gatsby-plugin-google-analytics": "^2.8.0",
19-
"gatsby-plugin-layout": "^1.7.0"
17+
"gatsby": "^2.30.3",
18+
"gatsby-plugin-google-analytics": "^2.9.0",
19+
"gatsby-plugin-layout": "^1.8.0"
2020
}
2121
}

0 commit comments

Comments
 (0)