Skip to content
Snippets Groups Projects
Commit 7e4728d6 authored by Tom French's avatar Tom French Committed by James Long
Browse files

build: move dev dependencies from dependencies array and remove unused dependencies

parent f9a94754
No related branches found
No related tags found
No related merge requests found
...@@ -28,15 +28,12 @@ ...@@ -28,15 +28,12 @@
"csv-parse": "^4.10.1", "csv-parse": "^4.10.1",
"csv-stringify": "^5.3.6", "csv-stringify": "^5.3.6",
"deep-equal": "^2.0.5", "deep-equal": "^2.0.5",
"fast-check": "^2.11.0",
"google-protobuf": "^3.12.0-rc.1", "google-protobuf": "^3.12.0-rc.1",
"md5": "^2.3.0", "md5": "^2.3.0",
"mitt": "^2.1.0", "mitt": "^2.1.0",
"mockdate": "^3.0.5",
"node-fetch": "^1.6.3", "node-fetch": "^1.6.3",
"node-libofx": "*", "node-libofx": "*",
"regenerator-runtime": "^0.13.7", "regenerator-runtime": "^0.13.7"
"source-map": "^0.7.3"
}, },
"devDependencies": { "devDependencies": {
"@actual-app/api": "*", "@actual-app/api": "*",
...@@ -51,18 +48,20 @@ ...@@ -51,18 +48,20 @@
"date-fns": "2.0.0-alpha.27", "date-fns": "2.0.0-alpha.27",
"esm": "^3.0.82", "esm": "^3.0.82",
"fake-indexeddb": "^3.1.3", "fake-indexeddb": "^3.1.3",
"fast-check": "^2.11.0",
"fast-glob": "^2.2.0", "fast-glob": "^2.2.0",
"jest": "25.2.7", "jest": "25.2.7",
"jsverify": "^0.8.4", "jsverify": "^0.8.4",
"lru-cache": "^5.1.1", "lru-cache": "^5.1.1",
"memfs": "3.1.1", "memfs": "3.1.1",
"memoize-one": "^4.0.0", "memoize-one": "^4.0.0",
"mockdate": "^3.0.5",
"mock-require": "^3.0.2", "mock-require": "^3.0.2",
"murmurhash": "^0.0.2", "murmurhash": "^0.0.2",
"perf-deets": "^1.0.15", "perf-deets": "^1.0.15",
"sanitize-filename": "^1.6.1", "sanitize-filename": "^1.6.1",
"search-query-parser": "^1.3.0", "search-query-parser": "^1.3.0",
"slash": "^2.0.0", "source-map": "^0.7.3",
"snapshot-diff": "^0.2.2", "snapshot-diff": "^0.2.2",
"throttleit": "^1.0.0", "throttleit": "^1.0.0",
"uuid": "3.3.2", "uuid": "3.3.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment