Skip to content

Commit

Permalink
Update tests lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Oct 16, 2024
1 parent ae18a54 commit 1d00248
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
14 changes: 7 additions & 7 deletions tests/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"mafs": "file:../mafs.tgz",
"next": "14.2.15",
"mafs": "file:../mafs.tgz"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18"
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}
74 changes: 37 additions & 37 deletions tests/frameworks/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions tests/frameworks/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"preview": "vite preview"
},
"dependencies": {
"mafs": "file:../mafs.tgz",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"mafs": "file:../mafs.tgz"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@eslint/js": "^9.12.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
"globals": "^15.11.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"vite": "^5.4.9"
}
}

0 comments on commit 1d00248

Please sign in to comment.