Browse Source

Move dependencies to devDependencies (#934)

pull/936/head^2
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
b9cd42cd53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json

4
package.json

@ -77,7 +77,6 @@
"@simplewebauthn/server": "4.1.0", "@simplewebauthn/server": "4.1.0",
"@simplewebauthn/typescript-types": "4.0.0", "@simplewebauthn/typescript-types": "4.0.0",
"@stripe/stripe-js": "1.22.0", "@stripe/stripe-js": "1.22.0",
"@types/papaparse": "5.2.6",
"alphavantage": "2.2.0", "alphavantage": "2.2.0",
"angular-material-css-vars": "3.0.0", "angular-material-css-vars": "3.0.0",
"bent": "7.3.12", "bent": "7.3.12",
@ -117,7 +116,6 @@
"rxjs": "7.4.0", "rxjs": "7.4.0",
"stripe": "8.199.0", "stripe": "8.199.0",
"svgmap": "2.6.0", "svgmap": "2.6.0",
"tslib": "2.0.0",
"twitter-api-v2": "1.10.3", "twitter-api-v2": "1.10.3",
"uuid": "8.3.2", "uuid": "8.3.2",
"yahoo-finance2": "2.3.2", "yahoo-finance2": "2.3.2",
@ -156,6 +154,7 @@
"@types/jest": "27.4.1", "@types/jest": "27.4.1",
"@types/lodash": "4.14.174", "@types/lodash": "4.14.174",
"@types/node": "14.14.33", "@types/node": "14.14.33",
"@types/papaparse": "5.2.6",
"@types/passport-google-oauth20": "2.0.11", "@types/passport-google-oauth20": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.4.0", "@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0", "@typescript-eslint/parser": "5.4.0",
@ -175,6 +174,7 @@
"prettier": "2.5.1", "prettier": "2.5.1",
"replace-in-file": "6.2.0", "replace-in-file": "6.2.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"tslib": "2.0.0",
"ts-jest": "27.1.4", "ts-jest": "27.1.4",
"ts-node": "9.1.1", "ts-node": "9.1.1",
"typescript": "4.6.4" "typescript": "4.6.4"

Loading…
Cancel
Save