Skip to content

Commit ed0ed6e

Browse files
authored
chore: fix frost-client deprecation (#483)
1 parent 0796c8c commit ed0ed6e

File tree

5 files changed

+35
-60
lines changed

5 files changed

+35
-60
lines changed

package-lock.json

Lines changed: 31 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@paralleldrive/feature-toggles": "1.0.3",
4848
"@paralleldrive/react-feature-toggles": "2.0.2",
49-
"@poetapp/frost-client": "0.1.4",
49+
"@po.et/frost-client": "2.3.0",
5050
"bundle-loader": "0.5.6",
5151
"circular-dependency-plugin": "4.4.0",
5252
"classnames": "2.2.6",

src/sagas/GetProfile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Frost } from '@poetapp/frost-client'
1+
import { Frost } from '@po.et/frost-client'
22
import { takeLatest, call, put } from 'redux-saga/effects'
33
import { describe } from 'riteway'
44

src/sagas/SignIn.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Frost } from '@poetapp/frost-client'
1+
import { Frost } from '@po.et/frost-client'
22
import { delay } from 'redux-saga'
33
import { takeLatest, call, put } from 'redux-saga/effects'
44
import { describe } from 'riteway'

src/singletons/FrostClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Configuration } from 'configuration'
22

3-
import { Frost } from '@poetapp/frost-client'
3+
import { Frost } from '@po.et/frost-client'
44

55
export const FrostClient = new Frost({ host: Configuration.frostApiUrl })

0 commit comments

Comments
 (0)