@tidepool/viz 1.55.2 → 1.56.0-rc.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 CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@tidepool/viz",
3
3
  "engines": {
4
- "node": "20.8.0"
4
+ "node": "24.15.0"
5
5
  },
6
6
  "packageManager": "yarn@3.6.4",
7
- "version": "1.55.2",
7
+ "version": "1.56.0-rc.2",
8
8
  "description": "Tidepool data visualization for diabetes device data.",
9
9
  "keywords": [
10
10
  "data visualization"
@@ -23,8 +23,8 @@
23
23
  "pretest": "NODE_ENV=test npm run lint",
24
24
  "start": "NODE_ENV=development yarn webpack --config package.config.js --watch --progress",
25
25
  "stories": "NODE_OPTIONS=\"--max_old_space_size=4096\" NODE_ENV=development yarn sb dev -c storybook -p 8083 --ci",
26
- "test": "TZ=UTC NODE_ENV=test yarn karma start",
27
- "test-watch": "TZ=UTC NODE_ENV=test DEV_TOOL=inline-source-map yarn karma start --no-single-run --reporters=mocha",
26
+ "test": "TZ=UTC NODE_ENV=test yarn jest --verbose",
27
+ "test-watch": "TZ=UTC NODE_ENV=test yarn jest --watch",
28
28
  "typestories": "NODE_ENV=development yarn sb dev -c storybookDatatypes -p 8082 --ci"
29
29
  },
30
30
  "repository": {
@@ -104,12 +104,16 @@
104
104
  "@babel/preset-react": "7.22.15",
105
105
  "@babel/runtime": "7.23.1",
106
106
  "@hot-loader/react-dom": "16.11.0",
107
- "@storybook/addon-essentials": "7.5.0",
107
+ "@storybook/addon-essentials": "7.6.20",
108
108
  "@storybook/addon-knobs": "7.0.2",
109
- "@storybook/addons": "7.5.0",
110
- "@storybook/cli": "7.5.0",
111
- "@storybook/react": "7.5.0",
112
- "@storybook/react-webpack5": "7.5.0",
109
+ "@storybook/addons": "7.6.20",
110
+ "@storybook/cli": "7.6.20",
111
+ "@storybook/react": "7.6.20",
112
+ "@storybook/react-webpack5": "7.6.20",
113
+ "@swc/core": "1.11.24",
114
+ "@swc/jest": "0.2.38",
115
+ "@testing-library/jest-dom": "6.9.1",
116
+ "@testing-library/react": "12.1.5",
113
117
  "assert": "2.1.0",
114
118
  "babel-core": "7.0.0-bridge.0",
115
119
  "babel-loader": "9.1.3",
@@ -119,32 +123,26 @@
119
123
  "chai": "4.3.10",
120
124
  "chance": "1.1.11",
121
125
  "chromedriver": "135.0.2",
126
+ "core-js": "3.42.0",
122
127
  "create-react-class": "15.7.0",
123
128
  "css-loader": "6.8.1",
124
- "enzyme": "3.11.0",
125
- "enzyme-adapter-react-16": "1.15.7",
126
129
  "eslint": "8.51.0",
127
130
  "eslint-config-airbnb": "19.0.4",
128
131
  "eslint-plugin-import": "2.28.1",
132
+ "eslint-plugin-jest-dom": "5.5.0",
129
133
  "eslint-plugin-jsx-a11y": "6.7.1",
130
134
  "eslint-plugin-lodash": "7.4.0",
131
135
  "eslint-plugin-moment-utc": "1.0.0",
132
136
  "eslint-plugin-react": "7.33.2",
137
+ "eslint-plugin-react-hooks": "4.6.0",
138
+ "eslint-plugin-testing-library": "7.1.1",
139
+ "identity-obj-proxy": "3.0.0",
140
+ "jest": "29.7.0",
141
+ "jest-environment-jsdom": "29.7.0",
133
142
  "jsdoc-to-markdown": "8.0.0",
134
143
  "json-loader": "0.5.7",
135
144
  "jsx-ast-utils": "3.3.5",
136
- "karma": "6.4.2",
137
- "karma-chai": "0.1.0",
138
- "karma-chrome-launcher": "3.2.0",
139
- "karma-coverage": "2.2.1",
140
- "karma-intl-shim": "1.0.3",
141
- "karma-mocha": "2.0.1",
142
- "karma-mocha-reporter": "2.2.5",
143
- "karma-sinon": "1.0.5",
144
- "karma-sourcemap-loader": "0.4.0",
145
- "karma-webpack": "5.0.0",
146
145
  "minimist": "1.2.8",
147
- "mocha": "10.2.0",
148
146
  "object-invariant-test-helper": "0.1.1",
149
147
  "optional": "0.1.4",
150
148
  "plotly.js-basic-dist-min": "2.26.2",
@@ -176,6 +174,8 @@
176
174
  "highlight.js": "10.4.1",
177
175
  "jackspeak": "2.1.1",
178
176
  "lodash": "4.17.21",
179
- "prismjs": "1.29.0"
177
+ "tar-fs": "^2.1.4",
178
+ "prismjs": "1.29.0",
179
+ "socks": "^2.7.3"
180
180
  }
181
181
  }