@trackunit/iris-app-build-utilities 0.0.282 → 0.0.286

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 (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +10 -37
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.286](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.285...iris-app-build-utilities/0.0.286) (2023-11-09)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app-api` updated to version `0.0.285`
10
+ ## [0.0.285](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.284...iris-app-build-utilities/0.0.285) (2023-11-09)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `css-components` updated to version `0.0.284`
15
+ * `css-components` updated to version `0.0.284`
16
+ ## [0.0.284](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.283...iris-app-build-utilities/0.0.284) (2023-11-08)
17
+
18
+ ### Dependency Updates
19
+
20
+ * `css-components` updated to version `0.0.283`
21
+ * `css-components` updated to version `0.0.283`
22
+ ## [0.0.283](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.282...iris-app-build-utilities/0.0.283) (2023-11-08)
23
+
24
+ ### Dependency Updates
25
+
26
+ * `iris-app-api` updated to version `0.0.282`
27
+ * `css-components` updated to version `0.0.282`
28
+ * `css-components` updated to version `0.0.282`
29
+
30
+ ### Reverts
31
+
32
+ * Revert "Specifies that version targets should not run in parallel" ([d63266a](https://github.com/Trackunit/manager/commit/d63266a79bcad31e77acf9a1f50f6eba388bad71))
33
+
5
34
  ## [0.0.282](https://github.com/Trackunit/manager/compare/iris-app-build-utilities/0.0.281...iris-app-build-utilities/0.0.282) (2023-11-08)
6
35
 
7
36
  ### Dependency Updates
package/package.json CHANGED
@@ -1,50 +1,23 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-build-utilities",
3
- "version": "0.0.282",
3
+ "version": "0.0.286",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
7
7
  "node": ">=18.x"
8
8
  },
9
9
  "dependencies": {
10
- "@react-google-maps/api": "^2.18.1",
11
- "@react-spring/web": "9.6.0",
10
+ "tsconfig-paths": "^3.14.1",
11
+ "typescript": "5.2.2",
12
+ "@trackunit/iris-app-api": "*",
13
+ "@graphql-codegen/cli": "^4.0.1",
14
+ "@nx/react": "17.0.3",
15
+ "tailwindcss": "3.2.4",
16
+ "@trackunit/css-components": "*",
12
17
  "@tailwindcss/container-queries": "^0.1.1",
13
- "csstype": "3.1.1",
14
- "jest-canvas-mock": "^2.4.0",
15
- "moment-timezone": "^0.5.37",
16
18
  "node-fetch": "^2.6.8",
17
- "react": "^18.2.0",
18
- "react-i18next": "^12.2.2",
19
- "react-virtualized-auto-sizer": "^1.0.7",
20
- "tsconfig-paths": "^3.14.1",
21
- "@faker-js/faker": "7.6.0",
22
- "@floating-ui/react": "0.25.4",
23
- "@trackunit/css-class-variance-utilities": "0.0.15",
24
- "@trackunit/css-component-tokens": "0.0.43",
25
- "@trackunit/css-components": "0.0.448",
26
- "@trackunit/css-core": "0.0.99",
27
- "@trackunit/css-tailwind-custom-properties-plugin": "0.0.32",
28
- "@trackunit/iris-app-api": "0.0.127",
29
- "@trackunit/react-components": "0.1.195",
30
- "@trackunit/shared-utils": "0.0.15",
31
- "@trackunit/ui-design-tokens": "0.0.79",
32
- "@trackunit/ui-icons": "0.0.79",
33
- "camelcase": "5.3.1",
34
- "capitalize": "2.0.4",
35
- "class-variance-authority": "0.6.0",
36
- "date-fns": "2.29.3",
37
- "glob": "7.2.3",
38
- "jsdom": "20.0.3",
39
- "lodash": "4.17.21",
40
- "react-day-picker": "8.7.1",
41
- "react-helmet-async": "1.3.0",
42
- "react-router-dom": "6.11.2",
43
- "react-use": "17.4.0",
44
- "react-useportal": "1.0.18",
45
- "tailwind-merge": "1.13.0",
46
- "zod": "3.22.3",
47
- "tslib": "2.5.0"
19
+ "webpack-dev-server": "4.13.3",
20
+ "tslib": "^2.4.0"
48
21
  },
49
22
  "main": "./src/index.js",
50
23
  "type": "commonjs"