@sapphire/shapeshift
Advanced tools
Comparing version 4.0.1-next.8c11c35 to 4.0.1-next.94dafae
{ | ||
"name": "@sapphire/shapeshift", | ||
"version": "4.0.1-next.8c11c35", | ||
"version": "4.0.1-next.94dafae", | ||
"description": "Blazing fast input validation and transformation ⚡", | ||
@@ -44,28 +44,28 @@ "author": "@sapphire", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@commitlint/cli": "^19.6.1", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@favware/cliff-jumper": "^6.0.0", | ||
"@favware/npm-deprecate": "^2.0.0", | ||
"@sapphire/eslint-config": "^5.0.5", | ||
"@sapphire/prettier-config": "^2.0.0", | ||
"@sapphire/ts-config": "^5.0.1", | ||
"@testing-library/jest-dom": "^6.5.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/vue": "^8.1.0", | ||
"@types/lodash": "^4.17.10", | ||
"@types/lodash": "^4.17.14", | ||
"@types/node": "^20.16.5", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vitejs/plugin-vue": "^5.2.1", | ||
"@vitest/browser": "2.0.5", | ||
"@vitest/coverage-istanbul": "2.0.5", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild-plugins-node-modules-polyfill": "^1.6.7", | ||
"esbuild-plugins-node-modules-polyfill": "^1.6.8", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"lint-staged": "^15.2.10", | ||
"playwright": "^1.48.0", | ||
"prettier": "^3.3.3", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"lint-staged": "^15.4.1", | ||
"playwright": "^1.49.1", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"tsup": "^8.3.0", | ||
"tsup": "^8.3.5", | ||
"typedoc": "^0.25.13", | ||
@@ -76,3 +76,3 @@ "typedoc-json-parser": "^10.1.5", | ||
"vitest": "2.0.5", | ||
"vue": "^3.5.12" | ||
"vue": "^3.5.13" | ||
}, | ||
@@ -133,3 +133,3 @@ "repository": { | ||
}, | ||
"packageManager": "yarn@4.5.0" | ||
"packageManager": "yarn@4.6.0" | ||
} |
1563017