@flarehr/workflows-app 2.41.1 → 2.43.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.
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ * Copyright 2022 Fonticons, Inc.
5
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/workflows-app",
3
- "version": "2.41.1",
3
+ "version": "2.43.1",
4
4
  "description": "Flare Workflows App",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
@@ -8,28 +8,33 @@
8
8
  ],
9
9
  "scripts": {
10
10
  "start": "dotnet fable watch ./ --run webpack serve --mode development",
11
- "build": "dotnet fable ./ && webpack --mode production"
11
+ "build": "dotnet fable ./ && webpack --mode production --node-env production"
12
12
  },
13
13
  "dependencies": {
14
- "@fortawesome/fontawesome-svg-core": "^1.2.34",
15
- "@fortawesome/free-solid-svg-icons": "^5.15.2",
16
- "@fortawesome/react-fontawesome": "^0.1.14",
17
- "@juggle/resize-observer": "^3.3.1",
14
+ "@fortawesome/fontawesome-svg-core": "^6.1.2",
15
+ "@fortawesome/free-solid-svg-icons": "^6.1.2",
16
+ "@fortawesome/react-fontawesome": "^0.2.0",
17
+ "@juggle/resize-observer": "^3.4.0",
18
18
  "jwt-decode": "^3.1.2",
19
- "preact": "^10.5.12"
19
+ "preact": "^10.10.6"
20
20
  },
21
21
  "devDependencies": {
22
- "@svgr/webpack": "^5.5.0",
23
- "copy-webpack-plugin": "^6.3.2",
24
- "css-loader": "^5.0.1",
25
- "html-webpack-plugin": "^4.5.2",
26
- "mini-css-extract-plugin": "^1.3.5",
27
- "node-sass": "^5.0.0",
28
- "sass": "^1.32.6",
29
- "sass-loader": "^10.1.1",
30
- "typescript": "^4.2.3",
31
- "webpack": "^4.46.0",
32
- "webpack-cli": "^4.5.0",
33
- "webpack-dev-server": "^3.11.2"
22
+ "@svgr/webpack": "^6.3.1",
23
+ "@tailwindcss/forms": "^0.5.2",
24
+ "autoprefixer": "^10.4.8",
25
+ "copy-webpack-plugin": "^11.0.0",
26
+ "css-loader": "^6.7.1",
27
+ "cssnano": "^5.1.13",
28
+ "html-webpack-plugin": "^5.5.0",
29
+ "mini-css-extract-plugin": "^2.6.1",
30
+ "node-sass": "^7.0.1",
31
+ "postcss": "^8.4.16",
32
+ "postcss-loader": "^7.0.1",
33
+ "sass": "^1.54.5",
34
+ "sass-loader": "^13.0.2",
35
+ "tailwindcss": "^3.1.8",
36
+ "webpack": "^5.74.0",
37
+ "webpack-cli": "^4.10.0",
38
+ "webpack-dev-server": "^4.10.0"
34
39
  }
35
40
  }