Skip to content

Commit 4fdeefc

Browse files
Merge pull request #365 from mediamonks/feature/remove-react-18-types
Remove React 18 type
2 parents dba8a70 + 14314c1 commit 4fdeefc

File tree

28 files changed

+919
-867
lines changed

28 files changed

+919
-867
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
env:
2626
GSAP_TOKEN: ${{ secrets.GSAP_TOKEN }}
2727
run: |
28-
npm config set //npm.greensock.com/:_authToken=$GSAP_TOKEN
2928
npm config set @gsap:registry=https://npm.greensock.com
29+
npm config set //npm.greensock.com/:_authToken=$GSAP_TOKEN
3030
npm ci
3131
# - name: Install playwright
3232
# run: |

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { StorybookConfig } from '@storybook/types';
1+
import type { StorybookConfig } from '@storybook/types';
22

33
export default {
44
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(ts|tsx)'],

0 commit comments

Comments
 (0)