Skip to content

Commit 161e6da

Browse files
committed
update dev dependencies
1 parent 0653ed0 commit 161e6da

File tree

3 files changed

+145
-145
lines changed

3 files changed

+145
-145
lines changed

.size-snapshot.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"index.js": {
3-
"bundled": 21262,
4-
"minified": 10169,
5-
"gzipped": 3353,
3+
"bundled": 21268,
4+
"minified": 10175,
5+
"gzipped": 3361,
66
"treeshaked": {
77
"rollup": {
88
"code": 14,
@@ -14,9 +14,9 @@
1414
}
1515
},
1616
"utils.js": {
17-
"bundled": 15731,
18-
"minified": 7669,
19-
"gzipped": 2831,
17+
"bundled": 15954,
18+
"minified": 7668,
19+
"gzipped": 2832,
2020
"treeshaked": {
2121
"rollup": {
2222
"code": 28,
@@ -29,7 +29,7 @@
2929
},
3030
"devtools.js": {
3131
"bundled": 19122,
32-
"minified": 9538,
32+
"minified": 9544,
3333
"gzipped": 3281,
3434
"treeshaked": {
3535
"rollup": {
@@ -58,7 +58,7 @@
5858
"optics.js": {
5959
"bundled": 1613,
6060
"minified": 811,
61-
"gzipped": 426,
61+
"gzipped": 425,
6262
"treeshaked": {
6363
"rollup": {
6464
"code": 32,

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,19 @@
172172
]
173173
},
174174
"devDependencies": {
175-
"@babel/core": "^7.14.6",
175+
"@babel/core": "^7.14.8",
176176
"@babel/plugin-transform-react-jsx": "^7.14.5",
177177
"@babel/plugin-transform-typescript": "^7.14.6",
178-
"@babel/preset-env": "^7.14.7",
178+
"@babel/preset-env": "^7.14.8",
179179
"@rollup/plugin-babel": "^5.3.0",
180180
"@rollup/plugin-node-resolve": "^13.0.2",
181181
"@rollup/plugin-typescript": "^8.2.3",
182182
"@testing-library/react": "^12.0.0",
183183
"@types/jest": "^26.0.24",
184184
"@types/react": "^17.0.14",
185185
"@types/react-dom": "^17.0.9",
186-
"@typescript-eslint/eslint-plugin": "^4.28.3",
187-
"@typescript-eslint/parser": "^4.28.3",
186+
"@typescript-eslint/eslint-plugin": "^4.28.4",
187+
"@typescript-eslint/parser": "^4.28.4",
188188
"@urql/core": "^2.0.0",
189189
"benny": "^3.6.15",
190190
"concurrently": "^6.2.0",
@@ -194,7 +194,7 @@
194194
"eslint-config-prettier": "^8.3.0",
195195
"eslint-import-resolver-alias": "^1.1.2",
196196
"eslint-plugin-import": "^2.23.4",
197-
"eslint-plugin-jest": "^24.3.6",
197+
"eslint-plugin-jest": "^24.3.7",
198198
"eslint-plugin-prettier": "^3.4.0",
199199
"eslint-plugin-react": "^7.24.0",
200200
"eslint-plugin-react-hooks": "^4.2.0",
@@ -210,7 +210,7 @@
210210
"react-dom": "^17.0.2",
211211
"react-query": "^3.13.2",
212212
"redux": "^4.1.0",
213-
"rollup": "^2.53.2",
213+
"rollup": "^2.53.3",
214214
"rollup-plugin-esbuild": "^4.5.0",
215215
"rollup-plugin-size-snapshot": "^0.12.0",
216216
"rxjs": "^7.2.0",

0 commit comments

Comments
 (0)