1 Commits

Author SHA1 Message Date
06d1a98602 chore(deps): update minor and patch version dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-19 13:49:43 +00:00
2 changed files with 8 additions and 9 deletions

13
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@ioprojects/eslint-config",
"version": "1.3.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ioprojects/eslint-config",
"version": "1.3.0",
"version": "1.2.0",
"license": "SEE LICENSE FILE",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -18,7 +18,7 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.1"
"prettier": "^3.2.5"
},
"engines": {
"node": ">=18"
@@ -2280,10 +2280,9 @@
}
},
"node_modules/prettier": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz",
"integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==",
"license": "MIT",
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
"bin": {
"prettier": "bin/prettier.cjs"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@ioprojects/eslint-config",
"version": "1.3.0",
"version": "1.2.0",
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
"author": "IO-Projects <contact@io-projects.com>",
"license": "SEE LICENSE FILE",
@@ -18,7 +18,7 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.1"
"prettier": "^3.2.5"
},
"repository": {
"type": "git",