@instructure/ui-utils 8.38.2-snapshot-2 → 8.38.2-snapshot-4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.38.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-2) (2023-07-06)
6
+ ## [8.38.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-4) (2023-07-11)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-utils
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-utils",
3
- "version": "8.38.2-snapshot-2",
3
+ "version": "8.38.2-snapshot-4",
4
4
  "description": "A collection of utilities for UI components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -13,23 +13,23 @@
13
13
  "homepage": "https://instructure.github.io/instructure-ui/",
14
14
  "bugs": "https://github.com/instructure/instructure-ui/issues",
15
15
  "scripts": {
16
- "lint": "run -T ui-test --lint",
17
- "lint:fix": "run -T ui-test --lint --fix",
18
- "clean": "run -T ui-build --clean",
19
- "build": "run -T ui-build --modules es,cjs",
20
- "build:watch": "run -T ui-build --watch",
16
+ "lint": "run -T ui-scripts lint",
17
+ "lint:fix": "run -T ui-scripts lint --fix",
18
+ "clean": "run -T ui-scripts clean",
19
+ "build": "run -T ui-scripts build --modules es,cjs",
20
+ "build:watch": "run -T ui-scripts build --watch",
21
21
  "build:types": "run -T tsc -p tsconfig.build.json"
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.38.2-snapshot-2",
26
- "@instructure/ui-test-utils": "8.38.2-snapshot-2",
25
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-4",
26
+ "@instructure/ui-test-utils": "8.38.2-snapshot-4",
27
27
  "@types/json-stable-stringify": "^1.0.34"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.22.5",
31
- "@instructure/console": "8.38.2-snapshot-2",
32
- "@instructure/ui-dom-utils": "8.38.2-snapshot-2",
31
+ "@instructure/console": "8.38.2-snapshot-4",
32
+ "@instructure/ui-dom-utils": "8.38.2-snapshot-4",
33
33
  "bowser": "^2.11.0",
34
34
  "fast-deep-equal": "^3.1.3",
35
35
  "json-stable-stringify": "^1.0.2",