react-science 13.0.1 → 13.0.2
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.
- package/package.json +20 -20
- package/styles/preflight.css +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-science",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.2",
|
|
4
4
|
"description": "React components to build scientific applications UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -58,21 +58,21 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@emotion/styled": "^11.14.0",
|
|
60
60
|
"@radix-ui/react-use-controllable-state": "^1.1.0",
|
|
61
|
-
"@tanstack/react-table": "^8.
|
|
62
|
-
"@tanstack/react-virtual": "^3.
|
|
61
|
+
"@tanstack/react-table": "^8.21.2",
|
|
62
|
+
"@tanstack/react-virtual": "^3.13.2",
|
|
63
63
|
"d3-scale-chromatic": "^3.1.0",
|
|
64
|
-
"react-dropzone": "14.3.
|
|
65
|
-
"react-icons": "^5.
|
|
64
|
+
"react-dropzone": "^14.3.8",
|
|
65
|
+
"react-icons": "^5.5.0",
|
|
66
66
|
"react-inspector": "^6.0.2",
|
|
67
67
|
"tinycolor2": "^1.6.0",
|
|
68
68
|
"ts-pattern": "^5.6.2",
|
|
69
69
|
"use-resize-observer": "^9.1.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@blueprintjs/core": "^5.16.
|
|
73
|
-
"@blueprintjs/icons": "^5.
|
|
74
|
-
"@blueprintjs/select": "^5.3.
|
|
75
|
-
"@floating-ui/react": "^0.27.
|
|
72
|
+
"@blueprintjs/core": "^5.16.6",
|
|
73
|
+
"@blueprintjs/icons": "^5.18.1",
|
|
74
|
+
"@blueprintjs/select": "^5.3.11",
|
|
75
|
+
"@floating-ui/react": "^0.27.4",
|
|
76
76
|
"@playwright/experimental-ct-react": "^1.50.1",
|
|
77
77
|
"@playwright/test": "^1.50.1",
|
|
78
78
|
"@storybook/addon-actions": "^8.5.8",
|
|
@@ -81,26 +81,26 @@
|
|
|
81
81
|
"@storybook/blocks": "^8.5.8",
|
|
82
82
|
"@storybook/react": "^8.5.8",
|
|
83
83
|
"@storybook/react-vite": "^8.5.8",
|
|
84
|
-
"@tanstack/react-query": "^5.66.
|
|
84
|
+
"@tanstack/react-query": "^5.66.9",
|
|
85
85
|
"@types/babel__core": "^7.20.5",
|
|
86
86
|
"@types/d3-scale-chromatic": "^3.1.0",
|
|
87
|
-
"@types/node": "^22.13.
|
|
87
|
+
"@types/node": "^22.13.5",
|
|
88
88
|
"@types/react": "^18.3.12",
|
|
89
89
|
"@types/react-dom": "^18.3.1",
|
|
90
90
|
"@types/tinycolor2": "^1.4.6",
|
|
91
91
|
"@vitejs/plugin-react": "^4.3.4",
|
|
92
|
-
"@vitest/coverage-v8": "^3.0.
|
|
92
|
+
"@vitest/coverage-v8": "^3.0.7",
|
|
93
93
|
"biologic-converter": "^0.6.0",
|
|
94
94
|
"cheminfo-font": "^1.13.1",
|
|
95
95
|
"cheminfo-types": "^1.8.1",
|
|
96
96
|
"cross-env": "^7.0.3",
|
|
97
|
-
"eslint": "^9.
|
|
97
|
+
"eslint": "^9.21.0",
|
|
98
98
|
"eslint-config-zakodium": "^14.0.0",
|
|
99
|
-
"eslint-plugin-storybook": "^0.11.
|
|
99
|
+
"eslint-plugin-storybook": "^0.11.3",
|
|
100
100
|
"fifo-logger": "^1.0.0",
|
|
101
101
|
"filelist-utils": "^1.11.2",
|
|
102
102
|
"immer": "^10.1.1",
|
|
103
|
-
"jcampconverter": "^
|
|
103
|
+
"jcampconverter": "^11.0.1",
|
|
104
104
|
"ml-gsd": "^12.1.8",
|
|
105
105
|
"ml-peak-shape-generator": "^4.1.4",
|
|
106
106
|
"ml-signal-processing": "^1.2.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"ms-spectrum": "^3.7.6",
|
|
109
109
|
"netcdfjs": "^3.0.0",
|
|
110
110
|
"postcss-styled-syntax": "^0.7.1",
|
|
111
|
-
"prettier": "^3.
|
|
111
|
+
"prettier": "^3.5.2",
|
|
112
112
|
"react": "^18.3.1",
|
|
113
113
|
"react-d3-utils": "^3.0.0",
|
|
114
114
|
"react-dom": "^18.3.1",
|
|
@@ -118,15 +118,15 @@
|
|
|
118
118
|
"react-plot": "^3.0.0",
|
|
119
119
|
"rimraf": "^6.0.1",
|
|
120
120
|
"spc-parser": "^1.0.0",
|
|
121
|
-
"storybook": "^8.5.
|
|
121
|
+
"storybook": "^8.5.8",
|
|
122
122
|
"stylelint": "^16.14.1",
|
|
123
123
|
"stylelint-config-standard": "^37.0.0",
|
|
124
124
|
"typescript": "^5.7.3",
|
|
125
|
-
"vite": "^6.
|
|
126
|
-
"vitest": "^3.0.
|
|
125
|
+
"vite": "^6.2.0",
|
|
126
|
+
"vitest": "^3.0.7",
|
|
127
127
|
"wdf-parser": "^0.3.0"
|
|
128
128
|
},
|
|
129
129
|
"volta": {
|
|
130
|
-
"node": "22.
|
|
130
|
+
"node": "22.14.0"
|
|
131
131
|
}
|
|
132
132
|
}
|
package/styles/preflight.css
CHANGED
|
@@ -150,8 +150,9 @@ code,
|
|
|
150
150
|
kbd,
|
|
151
151
|
samp,
|
|
152
152
|
pre {
|
|
153
|
-
font-family:
|
|
154
|
-
|
|
153
|
+
font-family:
|
|
154
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
|
155
|
+
'Courier New', monospace; /* 1 */
|
|
155
156
|
font-size: 1em; /* 2 */
|
|
156
157
|
}
|
|
157
158
|
|