Skip to content

Commit b5280b6

Browse files
committed
chore: upgrade deps
1 parent bcfda4b commit b5280b6

File tree

7 files changed

+2283
-1061
lines changed

7 files changed

+2283
-1061
lines changed

.yarn/releases/yarn-berry.cjs renamed to .yarn/releases/yarn-2.4.2.cjs

+5-5
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: "@yarnpkg/plugin-interactive-tools"
66

7-
yarnPath: .yarn/releases/yarn-berry.cjs
7+
yarnPath: .yarn/releases/yarn-2.4.2.cjs

benchmarks/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"start": "webpack-dev-server"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.14.3",
14-
"@babel/preset-env": "^7.14.2",
15-
"@babel/preset-react": "^7.13.13",
13+
"@babel/core": "^7.14.6",
14+
"@babel/preset-env": "^7.14.5",
15+
"@babel/preset-react": "^7.14.5",
1616
"babel-loader": "^8.2.2",
1717
"benchmark": "^2.1.4",
1818
"html-webpack-plugin": "^5.3.1",
1919
"react": "^17.0.2",
2020
"react-dom": "^17.0.2",
21-
"webpack": "^5.37.1",
22-
"webpack-cli": "^4.7.0",
21+
"webpack": "^5.39.1",
22+
"webpack-cli": "^4.7.2",
2323
"webpack-dev-server": "^3.11.2"
2424
},
2525
"dependencies": {

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,41 @@
1414
"test": "jest"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.14.3",
18-
"@babel/preset-env": "^7.14.2",
19-
"@babel/preset-react": "^7.13.13",
20-
"@babel/preset-typescript": "^7.13.0",
17+
"@babel/core": "^7.14.6",
18+
"@babel/preset-env": "^7.14.5",
19+
"@babel/preset-react": "^7.14.5",
20+
"@babel/preset-typescript": "^7.14.5",
2121
"@emotion/jest": "^11.3.0",
2222
"@emotion/react": "^11.4.0",
2323
"@emotion/serialize": "^1.0.2",
2424
"@emotion/styled": "^11.3.0",
25-
"@testing-library/jest-dom": "^5.12.0",
25+
"@testing-library/jest-dom": "^5.14.1",
2626
"@testing-library/react": "^11.2.7",
27-
"@types/react": "^17.0.6",
28-
"@types/styled-components": "^5.1.9",
29-
"@typescript-eslint/eslint-plugin": "^4.24.0",
30-
"@typescript-eslint/parser": "^4.24.0",
31-
"babel-jest": "^26.6.3",
27+
"@types/react": "^17.0.11",
28+
"@types/styled-components": "^5.1.10",
29+
"@typescript-eslint/eslint-plugin": "^4.27.0",
30+
"@typescript-eslint/parser": "^4.27.0",
31+
"babel-jest": "^27.0.2",
3232
"browser-resolve": "^2.0.0",
3333
"bundlewatch": "^0.3.2",
3434
"codecov": "^3.8.2",
3535
"conventional-github-releaser": "^3.1.5",
36-
"esbuild": "^0.12.1",
37-
"eslint": "^7.27.0",
38-
"eslint-plugin-react": "^7.23.2",
36+
"esbuild": "^0.12.9",
37+
"eslint": "^7.28.0",
38+
"eslint-plugin-react": "^7.24.0",
3939
"eslint-plugin-react-hooks": "^4.2.0",
40-
"jest": "^26.6.3",
40+
"jest": "^27.0.4",
4141
"jest-styled-components": "^7.0.4",
4242
"lerna": "^4.0.0",
43-
"prettier": "^2.3.0",
43+
"prettier": "^2.3.1",
4444
"prop-types": "^15.7.2",
4545
"react": "^17.0.2",
4646
"react-dom": "^17.0.2",
47-
"rollup": "^2.49.0",
47+
"rollup": "^2.52.1",
4848
"rollup-plugin-dts": "^3.0.2",
49-
"rollup-plugin-esbuild": "^4.2.3",
49+
"rollup-plugin-esbuild": "^4.5.0",
5050
"styled-components": "^5.3.0",
51-
"typescript": "^4.2.4"
51+
"typescript": "^4.3.4"
5252
},
5353
"resolutions": {
5454
"smooth-doc/styled-components": "^5.2.3"

packages/babel-preset-emotion-css-prop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@babel/plugin-transform-react-jsx": "^7.14.3",
26+
"@babel/plugin-transform-react-jsx": "^7.14.5",
2727
"@emotion/babel-plugin": "^11.3.0",
2828
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5"
2929
},

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"smooth-doc": "^8.0.0"
1515
},
1616
"devDependencies": {
17-
"gatsby": "^3.5.1",
18-
"gatsby-plugin-google-analytics": "^3.5.0"
17+
"gatsby": "^3.7.2",
18+
"gatsby-plugin-google-analytics": "^3.7.1"
1919
}
2020
}

0 commit comments

Comments
 (0)