Skip to content

Commit

Permalink
refactor(redux-devtools-serialize): use @types/jsan (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 30, 2020
1 parent 639bfff commit 3cd1ae1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
1 change: 1 addition & 0 deletions packages/redux-devtools-serialize/package.json
Expand Up @@ -35,6 +35,7 @@
"jsan": "^3.1.13"
},
"devDependencies": {
"@types/jsan": "^3.1.0",
"immutable": "^4.0.0-rc.12"
},
"peerDependencies": {
Expand Down
30 changes: 0 additions & 30 deletions packages/redux-devtools-serialize/src/jsan.ts

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -3190,6 +3190,11 @@
jest-diff "^25.2.1"
pretty-format "^25.2.1"

"@types/jsan@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@types/jsan/-/jsan-3.1.0.tgz#128fdb14a102134ede764b11682e795d1b380c43"
integrity sha512-V5wfm0++TqM92D0ZkAhl9MDQHPTi88fXhMNVin5LV/Y3RnuU/FUv6wML4Vt/amZmPN9WaFTmDhKW+h58kAFmIg==

"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
Expand Down

0 comments on commit 3cd1ae1

Please sign in to comment.