Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.25.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^5.46.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
Expand Down
512 changes: 446 additions & 66 deletions web-modal-sdk/quick-starts/vue-modal-quick-start/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^5.46.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
Expand Down
458 changes: 351 additions & 107 deletions web-modal-sdk/react-modal-playground/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web-modal-sdk/react-modal-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/normalize-package-data": "^2.4.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
Expand Down
Loading