Skip to content

Commit ccf68d3

Browse files
committedMay 1, 2023
Upgrade dependencies
1 parent d94df82 commit ccf68d3

File tree

3 files changed

+4581
-3132
lines changed

3 files changed

+4581
-3132
lines changed
 

‎.flowconfig

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[ignore]
22
<PROJECT_ROOT>/node_modules/eslint-plugin-import/.*
3+
<PROJECT_ROOT>/node_modules/eslint-import-resolver-node/.*
4+
<PROJECT_ROOT>/node_modules/eslint-plugin-react/.*
35
[include]
46
[libs]
57
./defs

‎package-lock.json

+4,548-3,102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+31-30
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "15 - 18"
3535
},
3636
"dependencies": {
37-
"deepmerge": "^4.2.2",
37+
"deepmerge": "^4.3.1",
3838
"exenv": "^1.2.2",
3939
"is-lite": "^0.9.2",
4040
"prop-types": "^15.8.1",
@@ -45,79 +45,80 @@
4545
"tree-changes": "^0.9.2"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.19.1",
49-
"@babel/eslint-parser": "^7.19.1",
48+
"@babel/core": "^7.21.5",
49+
"@babel/eslint-parser": "^7.21.3",
5050
"@babel/plugin-proposal-class-properties": "^7.18.6",
51-
"@babel/plugin-proposal-decorators": "^7.19.1",
51+
"@babel/plugin-proposal-decorators": "^7.21.0",
5252
"@babel/plugin-proposal-do-expressions": "^7.18.6",
5353
"@babel/plugin-proposal-export-default-from": "^7.18.10",
5454
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
5555
"@babel/plugin-proposal-function-sent": "^7.18.6",
5656
"@babel/plugin-proposal-json-strings": "^7.18.6",
57-
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
57+
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
5858
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
5959
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
60-
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
60+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
6161
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
6262
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
6363
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
6464
"@babel/plugin-syntax-import-meta": "^7.10.4",
65-
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
66-
"@babel/plugin-transform-runtime": "^7.19.1",
67-
"@babel/preset-env": "^7.19.1",
68-
"@babel/preset-flow": "^7.18.6",
65+
"@babel/plugin-transform-flow-strip-types": "^7.21.0",
66+
"@babel/plugin-transform-runtime": "^7.21.4",
67+
"@babel/preset-env": "^7.21.5",
68+
"@babel/preset-flow": "^7.21.4",
6969
"@babel/preset-react": "^7.18.6",
70-
"@size-limit/preset-big-lib": "^8.1.0",
70+
"@size-limit/preset-big-lib": "^8.2.4",
7171
"@types/react": "^17.0.47",
7272
"@types/react-dom": "^17.0.11",
7373
"babel-core": "^7.0.0-bridge.0",
74-
"babel-jest": "^29.0.3",
74+
"babel-jest": "^29.5.0",
7575
"babel-plugin-array-includes": "^2.0.3",
7676
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
7777
"babel-plugin-transform-node-env-inline": "^0.4.3",
7878
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
79-
"caniuse-lite": "^1.0.30001405",
79+
"caniuse-lite": "^1.0.30001481",
8080
"cross-env": "^7.0.3",
81+
"del-cli": "^5.0.0",
8182
"dtslint": "^4.2.1",
8283
"enzyme": "^3.11.0",
83-
"enzyme-adapter-react-16": "^1.15.6",
84-
"eslint": "8.23.1",
84+
"enzyme-adapter-react-16": "^1.15.7",
85+
"eslint": "8.39.0",
8586
"eslint-config-airbnb": "^19.0.4",
86-
"eslint-config-prettier": "^8.5.0",
87+
"eslint-config-prettier": "^8.8.0",
8788
"eslint-plugin-babel": "^5.3.1",
8889
"eslint-plugin-flowtype": "^8.0.3",
89-
"eslint-plugin-import": "^2.26.0",
90-
"eslint-plugin-jsx-a11y": "^6.6.1",
90+
"eslint-plugin-import": "^2.27.5",
91+
"eslint-plugin-jsx-a11y": "^6.7.1",
9192
"eslint-plugin-prettier": "^4.2.1",
92-
"eslint-plugin-react": "^7.31.8",
93+
"eslint-plugin-react": "^7.32.2",
9394
"eslint-plugin-react-hooks": "^4.6.0",
9495
"flow-bin": "^0.110.1",
95-
"husky": "^8.0.1",
96+
"husky": "^8.0.3",
9697
"is-ci-cli": "^2.2.0",
97-
"jest": "^29.0.3",
98-
"jest-environment-jsdom": "^29.0.3",
98+
"jest": "^29.5.0",
99+
"jest-environment-jsdom": "^29.5.0",
99100
"jest-enzyme": "^7.1.2",
100-
"jest-extended": "^3.1.0",
101-
"jest-watch-typeahead": "^2.2.0",
102-
"lint-staged": "^13.0.3",
103-
"prettier": "^2.7.1",
101+
"jest-extended": "^3.2.4",
102+
"jest-watch-typeahead": "^2.2.2",
103+
"lint-staged": "^13.2.2",
104+
"prettier": "^2.8.8",
104105
"prop-types": "^15.8.1",
105106
"react": "^16.14.0",
106107
"react-dom": "^16.14.0",
107108
"repo-tools": "^0.2.2",
108109
"rimraf": "^3.0.2",
109-
"rollup": "^2.79.0",
110+
"rollup": "^2.79.1",
110111
"rollup-plugin-babel": "^4.3.3",
111112
"rollup-plugin-commonjs": "^10.1.0",
112113
"rollup-plugin-node-resolve": "^5.2.0",
113-
"size-limit": "^8.1.0",
114-
"typescript": "^4.8.3"
114+
"size-limit": "^8.2.4",
115+
"typescript": "^4.9.5"
115116
},
116117
"scripts": {
117118
"build": " npm run clean && npm run build:scripts",
118119
"build:scripts": "cross-env NODE_ENV=production rollup -c",
119120
"watch": "rollup -cw",
120-
"clean": "rimraf es && rimraf lib",
121+
"clean": "del es && del lib",
121122
"lint": "eslint --ext .js,.jsx src test",
122123
"test": "is-ci \"test:coverage\" \"test:watch\"",
123124
"test:coverage": "jest --bail --coverage",

0 commit comments

Comments
 (0)
Please sign in to comment.