@tidepool/viz 1.42.2 → 1.43.0-develop.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
@@ -4,7 +4,7 @@
4
4
  "node": "20.8.0"
5
5
  },
6
6
  "packageManager": "yarn@3.6.4",
7
- "version": "1.42.2",
7
+ "version": "1.43.0-develop.2",
8
8
  "description": "Tidepool data visualization for diabetes device data.",
9
9
  "keywords": [
10
10
  "data visualization"
@@ -21,7 +21,6 @@
21
21
  "lint": "NODE_ENV=test yarn eslint src/ stories/ storiesDatatypes/ test/ *.js",
22
22
  "prepublishOnly": "NODE_ENV=production yarn rimraf ./node_modules && yarn install --immutable && npm test && NODE_ENV=production npm run build",
23
23
  "pretest": "NODE_ENV=test npm run lint",
24
- "serve-docs": "yarn gitbook serve",
25
24
  "start": "NODE_ENV=development yarn webpack --config package.config.js --watch --progress",
26
25
  "stories": "NODE_OPTIONS=\"--max_old_space_size=4096\" NODE_ENV=development yarn sb dev -c storybook -p 8083 --ci",
27
26
  "test": "TZ=UTC NODE_ENV=test yarn karma start",
@@ -160,7 +159,7 @@
160
159
  "tidepool-standard-action": "0.1.1",
161
160
  "transform-loader": "0.2.4",
162
161
  "url-loader": "4.1.1",
163
- "webpack": "5.89.0",
162
+ "webpack": "5.94.0",
164
163
  "webpack-cli": "5.1.4"
165
164
  },
166
165
  "peerDependencies": {