Skip to content

Commit

Permalink
update dependencies & fix grindstone polishing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 22, 2024
1 parent 38cd60f commit f0a101e
Show file tree
Hide file tree
Showing 6 changed files with 2,477 additions and 1,937 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dist"
],
"type": "module",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@9.6.0",
"scripts": {
"build": "tsc",
"lint": "eslint \"{src,test,playground}/**/*.ts\"",
Expand All @@ -71,8 +71,8 @@
},
"homepage": "https://github.com/PssbleTrngle/DataModifier#readme",
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/lodash-es": "^4.17.9",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
Expand All @@ -81,25 +81,25 @@
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-require-extensions": "^0.1.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.4"
},
"dependencies": {
"@pssbletrngle/pack-resolver": "^1.4.0",
"@pssbletrngle/pack-resolver": "^1.4.1",
"@pssbletrngle/resource-merger": "^1.2.4",
"@types/command-line-usage": "^5.0.4",
"@types/minimatch": "^3.0.5",
"@types/prettier": "^2.7.0",
"arg": "^5.0.2",
"chalk": "^5.0.1",
"command-line-usage": "^7.0.1",
"chalk": "^5.3.0",
"command-line-usage": "^7.0.3",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"minimatch": "^5.1.0",
"minimatch": "^5.1.6",
"node-stream-zip": "^1.15.0",
"prettier": "^2.7.1",
"prismarine-nbt": "^2.2.1",
"typescript": "^4.8.2",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"resolutions": {
"@pssbletrngle/data-modifier": "link:."
Expand Down
Loading

0 comments on commit f0a101e

Please sign in to comment.