Skip to content

Commit

Permalink
chore: upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyynthia committed Nov 18, 2024
1 parent 405108b commit 5ed3ead
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 620 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smol-toml",
"license": "BSD-3-Clause",
"version": "1.3.0",
"version": "1.3.1",
"description": "A small, fast, and correct TOML parser/serializer",
"author": "Cynthia <[email protected]>",
"repository": "github:squirrelchat/smol-toml",
Expand All @@ -13,7 +13,7 @@
"serializer"
],
"type": "module",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">= 18"
},
Expand All @@ -28,14 +28,14 @@
"devDependencies": {
"@iarna/toml": "3.0.0",
"@ltd/j-toml": "^1.38.0",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/node-lts": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.10",
"@vitest/ui": "^2.0.3",
"esbuild": "^0.23.0",
"@types/node": "^22.9.0",
"@vitest/ui": "^2.1.5",
"esbuild": "^0.24.0",
"fast-toml": "^0.5.4",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
Loading

0 comments on commit 5ed3ead

Please sign in to comment.