@ni/nimble-components 18.10.0 → 18.10.1

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-components",
3
- "version": "18.10.0",
3
+ "version": "18.10.1",
4
4
  "description": "Styled web components for the NI Nimble Design System",
5
5
  "scripts": {
6
6
  "build": "npm run generate-icons && npm run build-components && npm run bundle-components && npm run generate-scss && npm run build-storybook",
@@ -52,7 +52,7 @@
52
52
  "@microsoft/fast-element": "^1.10.1",
53
53
  "@microsoft/fast-foundation": "^2.47.1-0",
54
54
  "@microsoft/fast-web-utilities": "^6.0.0",
55
- "@ni/nimble-tokens": "^4.7.1",
55
+ "@ni/nimble-tokens": "^4.7.2",
56
56
  "@tanstack/table-core": "^8.7.0",
57
57
  "@tanstack/virtual-core": "^3.0.0-beta.44",
58
58
  "@types/d3-array": "^3.0.4",
@@ -117,7 +117,7 @@
117
117
  "rollup-plugin-sourcemaps": "^0.6.3",
118
118
  "storybook": "^7.0.0-rc.8",
119
119
  "ts-loader": "^9.2.5",
120
- "typescript": "~4.6.4",
120
+ "typescript": "~4.7.4",
121
121
  "webpack": "^5.75.0",
122
122
  "webpack-cli": "^5.0.1",
123
123
  "webpack-dev-middleware": "^6.0.1"