@flarehr/workflows-progress-app 2.41.1 → 2.43.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
3
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.
4
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/workflows-progress-app",
3
- "version": "2.41.1",
3
+ "version": "2.43.1",
4
4
  "description": "Flare Workflows Progress App",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
@@ -11,25 +11,25 @@
11
11
  "build": "dotnet fable ./ && webpack --mode production --node-env production"
12
12
  },
13
13
  "dependencies": {
14
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
15
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
16
- "@fortawesome/react-fontawesome": "^0.1.16",
17
- "date-fns": "^2.25.0",
18
- "preact": "^10.5.12",
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
+ "date-fns": "^2.29.2",
18
+ "preact": "^10.10.6",
19
19
  "preact-custom-element": "^4.2.1",
20
- "tailwindcss": "^2.2.17"
20
+ "tailwindcss": "^2.2.19"
21
21
  },
22
22
  "devDependencies": {
23
- "autoprefixer": "^10.3.7",
24
- "copy-webpack-plugin": "^9.0.1",
25
- "css-loader": "^6.4.0",
26
- "cssnano": "^5.0.8",
27
- "html-webpack-plugin": "^5.4.0",
28
- "mini-css-extract-plugin": "^2.4.3",
29
- "postcss": "^8.3.11",
30
- "postcss-loader": "^6.2.0",
31
- "webpack": "^5.59.1",
32
- "webpack-cli": "^4.9.1",
33
- "webpack-dev-server": "^4.3.1"
23
+ "autoprefixer": "^10.4.8",
24
+ "copy-webpack-plugin": "^11.0.0",
25
+ "css-loader": "^6.7.1",
26
+ "cssnano": "^5.1.13",
27
+ "html-webpack-plugin": "^5.5.0",
28
+ "mini-css-extract-plugin": "^2.6.1",
29
+ "postcss": "^8.4.16",
30
+ "postcss-loader": "^7.0.1",
31
+ "webpack": "^5.74.0",
32
+ "webpack-cli": "^4.10.0",
33
+ "webpack-dev-server": "^4.10.0"
34
34
  }
35
35
  }