@trpc-panel/core 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -152,7 +152,7 @@ html,
152
152
  -moz-tab-size: 4;
153
153
  /* 3 */
154
154
  -o-tab-size: 4;
155
- tab-size: 4;
155
+ tab-size: 4;
156
156
  /* 3 */
157
157
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
158
158
  /* 4 */
@@ -197,7 +197,7 @@ Add the correct text decoration in Chrome, Edge, and Safari.
197
197
 
198
198
  abbr:where([title]) {
199
199
  -webkit-text-decoration: underline dotted;
200
- text-decoration: underline dotted;
200
+ text-decoration: underline dotted;
201
201
  }
202
202
 
203
203
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc-panel/core",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "UI for testing tRPC backends",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -44,11 +44,11 @@
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.20.2",
46
46
  "@babel/preset-react": "^7.18.6",
47
- "@emotion/react": "^11.10.5",
48
- "@emotion/styled": "^11.10.5",
47
+ "@emotion/react": "^11.11.1",
48
+ "@emotion/styled": "^11.11.0",
49
49
  "@hookform/resolvers": "^2.9.10",
50
- "@mui/icons-material": "^5.10.16",
51
- "@mui/material": "^5.10.16",
50
+ "@mui/icons-material": "^5.14.18",
51
+ "@mui/material": "^5.14.18",
52
52
  "@tanstack/react-query": "^5.0.0",
53
53
  "@testing-library/jest-dom": "^5.16.5",
54
54
  "@testing-library/react": "^13.4.0",