|
80 | 80 | }
|
81 | 81 | },
|
82 | 82 | "dependencies": {
|
83 |
| - "@babel/runtime": "^7.17.2", |
| 83 | + "@babel/runtime": "^7.22.6", |
84 | 84 | "fast-deep-equal": "^3.1.3",
|
85 |
| - "immer": "^9.0.12", |
| 85 | + "immer": "^9.0.21", |
86 | 86 | "redux": "^4.1.2",
|
87 | 87 | "redux-thunk": "^2.4.1",
|
88 | 88 | "ts-toolbelt": "^9.6.0",
|
89 | 89 | "use-sync-external-store": "^1.2.0"
|
90 | 90 | },
|
91 | 91 | "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", |
100 | 100 | "@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", |
105 | 105 | "@testing-library/jest-dom": "^5.16.2",
|
106 |
| - "@testing-library/react": "^13.4.0", |
| 106 | + "@testing-library/react": "^14.0.0", |
107 | 107 | "@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", |
111 | 111 | "app-root-dir": "^1.0.2",
|
112 | 112 | "babel-core": "^7.0.0-bridge.0",
|
113 |
| - "babel-jest": "^29.0.3", |
| 113 | + "babel-jest": "^29.6.1", |
114 | 114 | "codecov": "^3.8.3",
|
115 |
| - "eslint": "^8.8.0", |
| 115 | + "eslint": "^8.44.0", |
116 | 116 | "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", |
120 | 120 | "eslint-plugin-markdown": "^3.0.0",
|
121 |
| - "eslint-plugin-react": "^7.28.0", |
| 121 | + "eslint-plugin-react": "^7.32.2", |
122 | 122 | "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", |
126 | 126 | "pinst": "^3.0.0",
|
127 |
| - "prettier": "^2.5.1", |
| 127 | + "prettier": "^3.0.0", |
128 | 128 | "prettier-eslint": "^15.0.1",
|
129 | 129 | "react": "^18.2.0",
|
130 | 130 | "react-dom": "^18.2.0",
|
131 | 131 | "react-redux": "^8.0.2",
|
132 | 132 | "react-test-renderer": "^18.2.0",
|
133 |
| - "rimraf": "^3.0.1", |
| 133 | + "rimraf": "^5.0.1", |
134 | 134 | "rollup": "^2.67.1",
|
135 | 135 | "rollup-plugin-analyzer": "^4.0.0",
|
136 | 136 | "rollup-plugin-babel": "^4.4.0",
|
137 | 137 | "rollup-plugin-node-resolve": "^5.2.0",
|
138 | 138 | "shallowequal": "^1.1.0",
|
139 | 139 | "title-case": "^3.0.3",
|
140 |
| - "typescript": "4.8.3", |
| 140 | + "typescript": "5.1.6", |
141 | 141 | "typings-tester": "^0.3.2"
|
142 | 142 | },
|
143 | 143 | "jest": {
|
|
0 commit comments