Skip to content

Commit 22927e4

Browse files
committed
Updated authenticator package dependency
1 parent 4238879 commit 22927e4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"homepage": "https://developer.frontify.com/",
4646
"devDependencies": {
4747
"@frontify/eslint-config-typescript": "^0.11.0",
48-
"@frontify/frontify-authenticator": "^2.0.0-beta.2",
4948
"@rollup/plugin-node-resolve": "^13.0.6",
5049
"@types/node": "^16.7.13",
5150
"cross-env": "^7.0.3",
@@ -60,5 +59,8 @@
6059
"rollup-plugin-dts": "^3.0.2",
6160
"rollup-plugin-esbuild": "^4.5.0",
6261
"typescript": "^4.3.5"
62+
},
63+
"dependencies": {
64+
"@frontify/frontify-authenticator": "^2.0.0-beta.3"
6365
}
6466
}

0 commit comments

Comments
 (0)