Skip to content

Commit 01e47e9

Browse files
committed
⬆️ Upgrade deps (publish)
1 parent 308b482 commit 01e47e9

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
{
2-
"name": "react-use-lanyard",
3-
"version": "0.3.1",
4-
"main": "dist",
5-
"typings": "dist",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/barbarbar338/react-use-lanyard"
9-
},
10-
"author": {
11-
"email": "[email protected]",
12-
"name": "Barış DEMİRCİ",
13-
"url": "https://338.rocks/"
14-
},
15-
"license": "GPL-3.0",
16-
"description": "🚀 Use Lanyard API easily in you React app!",
17-
"scripts": {
18-
"prebuild": "rimraf dist",
19-
"build": "tsc",
20-
"format": "prettier --write .",
21-
"lint": "eslint --fix .",
22-
"update": "taze latest -w"
23-
},
24-
"devDependencies": {
25-
"@types/node": "^18.14.2",
26-
"@types/react": "^18.0.28",
27-
"@types/react-dom": "^18.0.11",
28-
"@typescript-eslint/eslint-plugin": "^5.54.0",
29-
"@typescript-eslint/parser": "^5.54.0",
30-
"eslint": "^8.35.0",
31-
"eslint-config-prettier": "^8.6.0",
32-
"eslint-plugin-import": "^2.27.5",
33-
"prettier": "^2.8.4",
34-
"react": "^18.2.0",
35-
"react-dom": "^18.2.0",
36-
"taze": "^0.8.5",
37-
"ts-node": "^10.9.1",
38-
"typescript": "^4.9.5"
39-
},
40-
"peerDependencies": {
41-
"react": ">=16"
42-
},
43-
"dependencies": {
44-
"swr": "^2.0.4",
45-
"tslib": "^2.5.0"
46-
}
47-
}
1+
{
2+
"name": "react-use-lanyard",
3+
"version": "0.3.1",
4+
"main": "dist",
5+
"typings": "dist",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/barbarbar338/react-use-lanyard"
9+
},
10+
"author": {
11+
"email": "[email protected]",
12+
"name": "Barış DEMİRCİ",
13+
"url": "https://338.rocks/"
14+
},
15+
"license": "GPL-3.0",
16+
"description": "🚀 Use Lanyard API easily in you React app!",
17+
"scripts": {
18+
"prebuild": "rimraf dist",
19+
"build": "tsc",
20+
"format": "prettier --write .",
21+
"lint": "eslint --fix .",
22+
"update": "taze latest -w"
23+
},
24+
"devDependencies": {
25+
"@types/node": "^20.10.4",
26+
"@types/react": "^18.2.43",
27+
"@types/react-dom": "^18.2.17",
28+
"@typescript-eslint/eslint-plugin": "^6.13.2",
29+
"@typescript-eslint/parser": "^6.13.2",
30+
"eslint": "^8.55.0",
31+
"eslint-config-prettier": "^9.1.0",
32+
"eslint-plugin-import": "^2.29.0",
33+
"prettier": "^3.1.1",
34+
"react": "^18.2.0",
35+
"react-dom": "^18.2.0",
36+
"taze": "^0.13.0",
37+
"ts-node": "^10.9.2",
38+
"typescript": "^5.3.3"
39+
},
40+
"peerDependencies": {
41+
"react": ">=16"
42+
},
43+
"dependencies": {
44+
"swr": "^2.2.4",
45+
"tslib": "^2.6.2"
46+
}
47+
}

0 commit comments

Comments
 (0)