Skip to content

Commit cd91400

Browse files
committed
0.6.0
1 parent 854998f commit cd91400

File tree

2 files changed

+582
-563
lines changed

2 files changed

+582
-563
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cobe",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"main": "./dist/index.esm.js",
66
"files": [
@@ -14,15 +14,15 @@
1414
"build": "pnpm build:esm"
1515
},
1616
"dependencies": {
17-
"next": "^12.1.6",
18-
"nextra": "^2.0.0-alpha.50",
19-
"nextra-theme-docs": "^2.0.0-alpha.53",
20-
"phenomenon": "^1.6.0",
21-
"react": "^18.1.0",
22-
"react-dom": "^18.1.0"
17+
"phenomenon": "^1.6.0"
2318
},
2419
"devDependencies": {
2520
"esbuild": "^0.13.14",
21+
"next": "^12.2.4",
22+
"nextra": "2.0.0-alpha.50",
23+
"nextra-theme-docs": "2.0.0-alpha.53",
24+
"react": "^18.2.0",
25+
"react-dom": "^18.2.0",
2626
"typescript": "^4.5.4"
2727
}
2828
}

0 commit comments

Comments
 (0)