Skip to content

Commit

Permalink
chore: remove example app lock files (#2994)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Oct 3, 2024
1 parent d45545d commit ebd0bb3
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 22,008 deletions.
7 changes: 1 addition & 6 deletions examples/next-wagmi-app-router/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
}
}
const nextConfig = {}

export default nextConfig
10,924 changes: 0 additions & 10,924 deletions examples/next-wagmi-app-router/pnpm-lock.yaml

This file was deleted.

7 changes: 1 addition & 6 deletions examples/next-wagmi-pages-router/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
}
}
const nextConfig = {}

export default nextConfig
8 changes: 4 additions & 4 deletions examples/next-wagmi-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "5.56.2",
"@reown/appkit": "workspace:*",
"@reown/appkit-adapter-wagmi": "workspace:*",
"@tanstack/react-query": "5.56.2",
"@wagmi/core": "2.13.4",
"next": "14.2.3",
"react": "18.2.0",
Expand All @@ -20,12 +20,12 @@
"wagmi": "2.12.9"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.7",
"@types/node": "20.11.5",
"esbuild": "0.21.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"typescript": "5.3.3",
"esbuild": "0.21.1"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit ebd0bb3

Please sign in to comment.