Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a38e373

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^24.0.1 → ^25.0.2 @rollup/plugin-node-resolve ^15.0.1 → ^15.1.0 @rollup/plugin-typescript ^11.0.0 → ^11.1.2 @types/react ^18.0.28 → ^18.2.14 @types/react-dom ^18.0.11 → ^18.2.6 jest ^29.5.0 → ^29.6.1 jest-environment-jsdom ^29.5.0 → ^29.6.1 rollup ^3.19.1 → ^3.26.2 rollup-plugin-import-css ^3.2.1 → ^3.3.1 ts-jest ^29.0.5 → ^29.1.1 typescript ^4.9.5 → ^5.1.6
1 parent f93307c commit a38e373
Copy full SHA for a38e373

File tree

1 file changed

+11
-11
lines changed
Filter options

1 file changed

+11
-11
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
"test:update": "jest --coverage --updateSnapshot"
3838
},
3939
"devDependencies": {
40-
"@rollup/plugin-commonjs": "^24.0.1",
41-
"@rollup/plugin-node-resolve": "^15.0.1",
42-
"@rollup/plugin-typescript": "^11.0.0",
40+
"@rollup/plugin-commonjs": "^25.0.2",
41+
"@rollup/plugin-node-resolve": "^15.1.0",
42+
"@rollup/plugin-typescript": "^11.1.2",
4343
"@testing-library/jest-dom": "^5.16.5",
4444
"@testing-library/react": "^14.0.0",
45-
"@types/react": "^18.0.28",
46-
"@types/react-dom": "^18.0.11",
45+
"@types/react": "^18.2.14",
46+
"@types/react-dom": "^18.2.6",
4747
"classnames": "^2.3.2",
48-
"jest": "^29.5.0",
49-
"jest-environment-jsdom": "^29.5.0",
48+
"jest": "^29.6.1",
49+
"jest-environment-jsdom": "^29.6.1",
5050
"prop-types": "^15.8.1",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0",
53-
"rollup": "^3.19.1",
54-
"rollup-plugin-import-css": "^3.2.1",
55-
"ts-jest": "^29.0.5",
56-
"typescript": "^4.9.5"
53+
"rollup": "^3.26.2",
54+
"rollup-plugin-import-css": "^3.3.1",
55+
"ts-jest": "^29.1.1",
56+
"typescript": "^5.1.6"
5757
},
5858
"peerDependencies": {
5959
"react": ">=17",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.