aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-07-24 10:44:18 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-28 13:29:57 +0000
commitfd1c54cacdbd1798d806bd7ff91e60b3f0149420 (patch)
treedb40e620763a4251ea4f15446e7dbbb74433bb67 /package.json
parentIgnore 'docs' from Docker. [skip ci] (diff)
downloadferdium-app-fd1c54cacdbd1798d806bd7ff91e60b3f0149420.tar.gz
ferdium-app-fd1c54cacdbd1798d806bd7ff91e60b3f0149420.tar.zst
ferdium-app-fd1c54cacdbd1798d806bd7ff91e60b3f0149420.zip
- updated classnames to 2.3.1 to use added type definitions
- remove stub type definitions from package.json - set 'noImplicitAny' false until jss and react-jss packages are upgraded to use own type definitions - add missing csstype to package/forms and update code to v3
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index f17c4d8e7..3f278e26b 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
73 "atob": "2.1.2", 73 "atob": "2.1.2",
74 "auto-launch": "5.0.5", 74 "auto-launch": "5.0.5",
75 "btoa": "1.2.1", 75 "btoa": "1.2.1",
76 "classnames": "2.2.6", 76 "classnames": "2.3.1",
77 "cld": "2.7.0", 77 "cld": "2.7.0",
78 "css": "2.2.4", 78 "css": "2.2.4",
79 "darkreader": "4.9.34", 79 "darkreader": "4.9.34",
@@ -149,15 +149,12 @@
149 "@babel/preset-env": "7.14.8", 149 "@babel/preset-env": "7.14.8",
150 "@babel/preset-react": "7.14.5", 150 "@babel/preset-react": "7.14.5",
151 "@babel/register": "7.14.5", 151 "@babel/register": "7.14.5",
152 "@types/classnames": "2.2.9",
153 "@types/color": "3.0.2", 152 "@types/color": "3.0.2",
154 "@types/fs-extra": "^7.0.0", 153 "@types/fs-extra": "^7.0.0",
155 "@types/jss": "^9.5.7",
156 "@types/lodash": "4.14.171", 154 "@types/lodash": "4.14.171",
157 "@types/node": "12.20.13", 155 "@types/node": "12.20.13",
158 "@types/react": "16.14.6", 156 "@types/react": "16.14.6",
159 "@types/react-dom": "16.9.13", 157 "@types/react-dom": "16.9.13",
160 "@types/react-jss": "^8.6.0",
161 "@types/uuid": "3.4.9", 158 "@types/uuid": "3.4.9",
162 "all-contributors-cli": "6.20.0", 159 "all-contributors-cli": "6.20.0",
163 "babel-loader": "8.2.2", 160 "babel-loader": "8.2.2",