Skip to content

Commit b4b2a30

Browse files
committed
[hygiene] Update version & dependencies
1 parent 2be590e commit b4b2a30

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinybase",
3-
"version": "3.1.6",
3+
"version": "3.2.0",
44
"author": "jamesgpearce",
55
"repository": "github:tinyplex/tinybase",
66
"license": "MIT",
@@ -225,7 +225,7 @@
225225
"@types/less": "^3.0.3",
226226
"@types/node": "^20.2.5",
227227
"@types/puppeteer": "^5.4.7",
228-
"@types/react": "^18.2.7",
228+
"@types/react": "^18.2.8",
229229
"@types/react-dom": "^18.2.4",
230230
"@types/react-test-renderer": "^18.0.0",
231231
"@types/tmp": "^0.2.3",
@@ -239,10 +239,10 @@
239239
"country-flag-emoji-json": "^2.0.0",
240240
"cspell": "^6.31.1",
241241
"esbuild": "^0.17.19",
242-
"eslint": "^8.41.0",
242+
"eslint": "^8.42.0",
243243
"eslint-config-prettier": "^8.8.0",
244244
"eslint-plugin-jest": "^27.2.1",
245-
"eslint-plugin-jsdoc": "^46.1.0",
245+
"eslint-plugin-jsdoc": "^46.2.4",
246246
"eslint-plugin-react": "^7.32.2",
247247
"eslint-plugin-react-hooks": "^4.6.0",
248248
"gulp": "^4.0.2",
@@ -258,7 +258,7 @@
258258
"react": "^18.2.0",
259259
"react-dom": "^18.2.0",
260260
"react-test-renderer": "^18.2.0",
261-
"rollup": "^3.23.0",
261+
"rollup": "^3.23.1",
262262
"rollup-plugin-esbuild": "^5.0.0",
263263
"rollup-plugin-gzip": "^3.1.0",
264264
"rollup-plugin-preserve-shebang": "^1.0.1",
@@ -267,7 +267,7 @@
267267
"tinydocs": "^0.1.26",
268268
"tmp": "^0.2.1",
269269
"ts-unused-exports": "^9.0.4",
270-
"typescript": "5.0.4"
270+
"typescript": "5.1.3"
271271
},
272272
"peerDependencies": {
273273
"prettier": "^2.0.0",

site/home/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</p>
5757
</section>
5858

59-
<a id='new' href='/guides/releases/#v3-1'><em>NEW!</em> v3.1 release</a>
59+
<a id='new' href='/guides/releases/#v3-2'><em>NEW!</em> v3.2 release</a>
6060

6161
---
6262

0 commit comments

Comments
 (0)