Feature/#48 migrate to typescript #151

Merged
Serraniel merged 30 commits from feature/#48-migrate-to-typescript into develop 2020-12-30 17:24:49 +01:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit a6b7c3ba6f - Show all commits

5
package-lock.json generated
View file

@ -11847,9 +11847,8 @@
"dev": true "dev": true
}, },
"spacetime": { "spacetime": {
"version": "6.12.2", "version": "github:Serraniel/spacetime#84ae159680732067195b84744e172f4e2497b4ec",
"resolved": "https://registry.npmjs.org/spacetime/-/spacetime-6.12.2.tgz", "from": "github:Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing"
"integrity": "sha512-w0St4Q9X8KtuZ/JY8+FM8a4hMrAoNNUWQCt9UQQAUzwk8eDW5wrGh4SaNvEg+9cjLF++vixm6SgJyC6F7ALF/A=="
}, },
"sparkles": { "sparkles": {
"version": "1.0.1", "version": "1.0.1",

View file

@ -34,7 +34,7 @@
"homepage": "https://github.com/Serraniel/AniwatchPlus#readme", "homepage": "https://github.com/Serraniel/AniwatchPlus#readme",
"dependencies": { "dependencies": {
"color": "^3.1.3", "color": "^3.1.3",
"spacetime": "^6.12.2", "spacetime": "github:Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {