Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jul 16, 2024
1 parent 8a3f301 commit 229c1a2
Show file tree
Hide file tree
Showing 5 changed files with 2,079 additions and 1,673 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/EATSTEAK/lockerweb",
"devDependencies": {
"concurrently": "^8.2.1",
"lint-staged": "^14.0.1"
"concurrently": "^8.2.2",
"lint-staged": "^15.2.7"
}
}
46 changes: 23 additions & 23 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
"devDependencies": {
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "^1.24.1",
"@tailwindcss/forms": "^0.5.6",
"@types/lodash.isequal": "^4.5.6",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"@sveltejs/kit": "^1.30.4",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash.isequal": "^4.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"zod": "^3.22.2"
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte": "^2.42.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.39",
"postcss-load-config": "^4.0.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^4.5.3",
"zod": "^3.23.8"
},
"type": "module",
"dependencies": {
Expand Down
28 changes: 14 additions & 14 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"dryrun": "sam deploy --guided --no-execute-changeset"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.414.0",
"@aws-sdk/types": "^3.413.0",
"@types/aws-lambda": "^8.10.119",
"@types/jsonwebtoken": "^9.0.2",
"@aws-sdk/client-dynamodb": "^3.614.0",
"@aws-sdk/types": "^3.609.0",
"@types/aws-lambda": "^8.10.141",
"@types/jsonwebtoken": "^9.0.6",
"@types/lockerweb": "link:..\\types",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"chai": "^4.3.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"jsonwebtoken": "^9.0.2",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"mocha": "^10.6.0",
"prettier": "^3.3.3",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
}
}
14 changes: 7 additions & 7 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/lockerweb": "link:"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 229c1a2

Please sign in to comment.