Skip to content
Merged
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
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.9",
"@socket.tech/plugin": "^1.2.4",
"@socket.tech/plugin": "workspace:*",
"ethers": "5.7.2",
"next": "^13.4.19",
"react": "^18.2.0",
Expand Down
5,101 changes: 0 additions & 5,101 deletions examples/with-next/yarn.lock

This file was deleted.

4 changes: 3 additions & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
"version": "1.0.0",
"description": "A sample react app using Socket Plugin",
"main": "index.js",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"author": "Salil Naik (salil-naik)",
"license": "ISC",
"dependencies": {
"@socket.tech/plugin": "^1.2.4",
"@socket.tech/plugin": "workspace:*",
"ethers": "^6.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.3.3",
Expand Down
9,982 changes: 0 additions & 9,982 deletions examples/with-react/yarn.lock

This file was deleted.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.tech/plugin",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -61,8 +61,8 @@
"chromatic": "^6.7.0",
"dotenv": "^16.0.1",
"postcss": "^8.4.14",
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.75.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-dts": "^4.2.2",
Expand All @@ -78,5 +78,9 @@
"readme": "ERROR: No README data found!",
"publishConfig": {
"access": "public"
}
},
"workspaces": [
"examples/*",
"@socket.tech/plugin"
]
}
Loading