Skip to content

Commit

Permalink
fix test for babel runtime and lottie
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Nov 20, 2024
1 parent 53ca10a commit 948d7bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: npm install
run: |
npm cache clean --force
rm -rf node_modules package-lock.json
npm install --unsafe-perm
npm install babel-cli cross-env webpack-cli --global babel-runtime react-lottie@latest
npm install babel-cli cross-env webpack-cli babel-runtime --global
npm install --save-dev @babel/types
- name: build
run: CI=false npm run build
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"homepage": "https://ktestone.com",
"private": true,
"dependencies": {
"@babel/runtime": "^7.26.0",
"@ramonak/react-progress-bar": "^5.2.0",
"@supabase/supabase-js": "^2.45.3",
"@testing-library/jest-dom": "^5.17.0",
Expand Down Expand Up @@ -6799,6 +6800,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/types": "^7.26.0",
"@eslint/js": "^9.2.0",
"@faker-js/faker": "^9.0.3",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 948d7bb

Please sign in to comment.