@flarehr/workflows-progress-app 0.1.1248 → 0.1.1249
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
|
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": "0.1.
|
3
|
+
"version": "0.1.1249",
|
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
|
15
|
-
"@fortawesome/free-solid-svg-icons": "^
|
16
|
-
"@fortawesome/react-fontawesome": "^0.
|
17
|
-
"date-fns": "^2.
|
18
|
-
"preact": "^10.
|
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.
|
20
|
+
"tailwindcss": "^2.2.19"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"autoprefixer": "^10.
|
24
|
-
"copy-webpack-plugin": "^
|
25
|
-
"css-loader": "^6.
|
26
|
-
"cssnano": "^5.
|
27
|
-
"html-webpack-plugin": "^5.
|
28
|
-
"mini-css-extract-plugin": "^2.
|
29
|
-
"postcss": "^8.
|
30
|
-
"postcss-loader": "^
|
31
|
-
"webpack": "^5.
|
32
|
-
"webpack-cli": "^4.
|
33
|
-
"webpack-dev-server": "^4.
|
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
|
}
|