Skip to content

Commit daafe39

Browse files
authored
chore(deps): Bump dependencies (#847)
Adjusted dependency versions: - `@babel/runtime`: from `^7.17.2` to `^7.22.6` - `immer`: from `^9.0.12` to `^9.0.21` Updated `yarn.lock` via `yarn upgrade`. This commit also includes updated dev dependencies.
1 parent 76226a7 commit daafe39

File tree

2 files changed

+2474
-2290
lines changed

2 files changed

+2474
-2290
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -80,64 +80,64 @@
8080
}
8181
},
8282
"dependencies": {
83-
"@babel/runtime": "^7.17.2",
83+
"@babel/runtime": "^7.22.6",
8484
"fast-deep-equal": "^3.1.3",
85-
"immer": "^9.0.12",
85+
"immer": "^9.0.21",
8686
"redux": "^4.1.2",
8787
"redux-thunk": "^2.4.1",
8888
"ts-toolbelt": "^9.6.0",
8989
"use-sync-external-store": "^1.2.0"
9090
},
9191
"devDependencies": {
92-
"@babel/cli": "^7.17.0",
93-
"@babel/core": "^7.17.2",
94-
"@babel/eslint-parser": "^7.19.1",
95-
"@babel/node": "^7.16.8",
96-
"@babel/plugin-external-helpers": "^7.16.7",
97-
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
98-
"@babel/plugin-transform-react-jsx": "^7.16.7",
99-
"@babel/plugin-transform-runtime": "^7.17.0",
92+
"@babel/cli": "^7.22.9",
93+
"@babel/core": "^7.22.9",
94+
"@babel/eslint-parser": "^7.22.9",
95+
"@babel/node": "^7.22.6",
96+
"@babel/plugin-external-helpers": "^7.22.5",
97+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
98+
"@babel/plugin-transform-react-jsx": "^7.22.5",
99+
"@babel/plugin-transform-runtime": "^7.22.9",
100100
"@babel/polyfill": "^7.12.1",
101-
"@babel/preset-env": "^7.16.11",
102-
"@babel/preset-react": "^7.16.7",
103-
"@babel/preset-typescript": "^7.16.7",
104-
"@babel/register": "^7.17.0",
101+
"@babel/preset-env": "^7.22.9",
102+
"@babel/preset-react": "^7.22.5",
103+
"@babel/preset-typescript": "^7.22.5",
104+
"@babel/register": "^7.22.5",
105105
"@testing-library/jest-dom": "^5.16.2",
106-
"@testing-library/react": "^13.4.0",
106+
"@testing-library/react": "^14.0.0",
107107
"@testing-library/react-hooks": "^8.0.1",
108-
"@types/react": "^18.0.20",
109-
"@types/react-dom": "^18.0.6",
110-
"@types/react-redux": "^7.1.22",
108+
"@types/react": "^18.2.15",
109+
"@types/react-dom": "^18.2.7",
110+
"@types/react-redux": "^7.1.25",
111111
"app-root-dir": "^1.0.2",
112112
"babel-core": "^7.0.0-bridge.0",
113-
"babel-jest": "^29.0.3",
113+
"babel-jest": "^29.6.1",
114114
"codecov": "^3.8.3",
115-
"eslint": "^8.8.0",
115+
"eslint": "^8.44.0",
116116
"eslint-config-airbnb": "^19.0.4",
117-
"eslint-config-prettier": "^8.3.0",
118-
"eslint-plugin-import": "^2.25.4",
119-
"eslint-plugin-jsx-a11y": "^6.5.1",
117+
"eslint-config-prettier": "^8.8.0",
118+
"eslint-plugin-import": "^2.27.5",
119+
"eslint-plugin-jsx-a11y": "^6.7.1",
120120
"eslint-plugin-markdown": "^3.0.0",
121-
"eslint-plugin-react": "^7.28.0",
121+
"eslint-plugin-react": "^7.32.2",
122122
"eslint-plugin-react-hooks": "^4.3.0",
123-
"husky": "^8.0.0",
124-
"jest": "^29.0.3",
125-
"jest-environment-jsdom": "^29.0.3",
123+
"husky": "^8.0.3",
124+
"jest": "^29.6.1",
125+
"jest-environment-jsdom": "^29.6.1",
126126
"pinst": "^3.0.0",
127-
"prettier": "^2.5.1",
127+
"prettier": "^3.0.0",
128128
"prettier-eslint": "^15.0.1",
129129
"react": "^18.2.0",
130130
"react-dom": "^18.2.0",
131131
"react-redux": "^8.0.2",
132132
"react-test-renderer": "^18.2.0",
133-
"rimraf": "^3.0.1",
133+
"rimraf": "^5.0.1",
134134
"rollup": "^2.67.1",
135135
"rollup-plugin-analyzer": "^4.0.0",
136136
"rollup-plugin-babel": "^4.4.0",
137137
"rollup-plugin-node-resolve": "^5.2.0",
138138
"shallowequal": "^1.1.0",
139139
"title-case": "^3.0.3",
140-
"typescript": "4.8.3",
140+
"typescript": "5.1.6",
141141
"typings-tester": "^0.3.2"
142142
},
143143
"jest": {

0 commit comments

Comments
 (0)