Skip to content

Commit 876236d

Browse files
author
mcmcphillips
committedOct 11, 2023
revert packag
1 parent 95b11dd commit 876236d

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed
 

‎react/package-lock.json

+5-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"@mui/material": "^5.2.5",
111111
"@mui/styles": "^5.5.1",
112112
"@mui/system": "^5.5.2",
113+
"@mui/x-date-pickers": "^6.6.0",
113114
"@reach/portal": "^0.16.2",
114115
"@reach/tooltip": "^0.16.2",
115116
"@testing-library/jest-dom": "^5.16.2",
@@ -118,6 +119,7 @@
118119
"axios": "^0.24.0",
119120
"cookie": "^0.4.1",
120121
"cross-env": "^7.0.3",
122+
"dayjs": "^1.11.7",
121123
"d3-selection": "^1.4.2",
122124
"d3-shape": "^1.3.7",
123125
"jwt-decode": "^3.1.2",
@@ -131,9 +133,7 @@
131133
"xss": "^1.0.10"
132134
},
133135
"peerDependencies": {
134-
"@mui/x-date-pickers": "^6.6.0",
135-
"classnames": "^2.3.1",
136-
"dayjs": "^1.11.7"
136+
"classnames": "^2.3.1"
137137
},
138138
"overrides": {
139139
"trim": ">=0.0.3",

0 commit comments

Comments
 (0)
Please sign in to comment.