@sapphire/shapeshift
Advanced tools
Comparing version 4.0.1-next.9a1d804 to 4.0.1-next.9d0fe31
{ | ||
"name": "@sapphire/shapeshift", | ||
"version": "4.0.1-next.9a1d804", | ||
"version": "4.0.1-next.9d0fe31", | ||
"description": "Blazing fast input validation and transformation ⚡", | ||
@@ -44,26 +44,26 @@ "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": "^5.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.6.2", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/vue": "^8.1.0", | ||
"@types/lodash": "^4.17.12", | ||
"@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.2", | ||
"prettier": "^3.3.3", | ||
"lint-staged": "^15.3.0", | ||
"playwright": "^1.49.1", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
@@ -76,3 +76,3 @@ "tsup": "^8.3.5", | ||
"vitest": "2.0.5", | ||
"vue": "^3.5.12" | ||
"vue": "^3.5.13" | ||
}, | ||
@@ -133,3 +133,3 @@ "repository": { | ||
}, | ||
"packageManager": "yarn@4.5.1" | ||
"packageManager": "yarn@4.6.0" | ||
} |
1563017