@flarehr/bank-details-app 2.33.1 → 2.35.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flarehr/bank-details-app",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.35.1",
|
4
4
|
"description": "Flare Bank Details App",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"files": [
|
@@ -11,25 +11,24 @@
|
|
11
11
|
"build": "dotnet fable ./ && webpack --mode production --node-env production"
|
12
12
|
},
|
13
13
|
"dependencies": {
|
14
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
15
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
14
|
+
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
15
|
+
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
16
16
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
17
|
-
"preact": "^10.
|
17
|
+
"preact": "^10.17.1",
|
18
18
|
"preact-custom-element": "^4.2.1"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
|
-
"@tailwindcss/forms": "^0.5.
|
22
|
-
"autoprefixer": "^10.4.
|
21
|
+
"@tailwindcss/forms": "^0.5.6",
|
22
|
+
"autoprefixer": "^10.4.16",
|
23
23
|
"copy-webpack-plugin": "^11.0.0",
|
24
|
-
"css-loader": "^6.
|
25
|
-
"cssnano": "^
|
26
|
-
"html-webpack-plugin": "^5.5.
|
27
|
-
"postcss": "^8.4.
|
28
|
-
"postcss-loader": "^7.
|
29
|
-
"tailwindcss": "^3.
|
30
|
-
"
|
31
|
-
"webpack": "^5.
|
32
|
-
"webpack-
|
33
|
-
"webpack-dev-server": "^4.10.0"
|
24
|
+
"css-loader": "^6.8.1",
|
25
|
+
"cssnano": "^6.0.1",
|
26
|
+
"html-webpack-plugin": "^5.5.3",
|
27
|
+
"postcss": "^8.4.30",
|
28
|
+
"postcss-loader": "^7.3.3",
|
29
|
+
"tailwindcss": "^3.3.3",
|
30
|
+
"webpack": "^5.88.2",
|
31
|
+
"webpack-cli": "^5.1.4",
|
32
|
+
"webpack-dev-server": "^4.15.1"
|
34
33
|
}
|
35
34
|
}
|