Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Oct 24, 2024
1 parent 0d064fd commit d4337dc
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 239 deletions.
6 changes: 3 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"excludes": ["**/node_modules", "**/*-lock.json"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.88.10.wasm",
"https://plugins.dprint.dev/json-0.19.1.wasm",
"https://plugins.dprint.dev/markdown-0.16.3.wasm"
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm"
]
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"reset": "rimraf ./**/node_modules",
"clean": "rimraf dist",
"prepare": "husky install",
"update": "npm-check-updates -u",
"update": "npm-check-updates -u && dprint config update",
"new": "tiddlywiki-plugin-dev new",
"build:library": "npm run clean && tiddlywiki-plugin-dev build --library --output dist/library",
"publish:offline": "npm run clean && tiddlywiki-plugin-dev publish --offline"
Expand All @@ -33,22 +33,22 @@
]
},
"devDependencies": {
"@modern-js/tsconfig": "^2.59.0",
"@modern-js/tsconfig": "^2.60.5",
"@types/jasmine": "^5.1.4",
"@types/node": "^22.5.4",
"dprint": "^0.47.2",
"@types/node": "^22.7.9",
"dprint": "^0.47.4",
"eslint-config-tidgi": "^1.2.3",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tw5-typed": "^0.5.12",
"typescript": "^5.5.4"
"tw5-typed": "^0.5.14",
"typescript": "^5.6.3"
},
"dependencies": {
"npm-check-updates": "^17.1.1",
"npm-check-updates": "^17.1.4",
"tiddlywiki": "^5.3.5",
"tiddlywiki-plugin-dev": "^0.2.1"
"tiddlywiki-plugin-dev": "^0.3.1"
}
}
Loading

0 comments on commit d4337dc

Please sign in to comment.