aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-05-18 01:48:08 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-05-26 13:38:21 +0200
commit7b95c8173d6d4cdf9011ec059db013195c5ef44b (patch)
treef0d7eabed50fe57f3c738e7bccafe5dad1f45f6b /package.json
parentchore(deps): bump node.js version (diff)
downloadrefinery-7b95c8173d6d4cdf9011ec059db013195c5ef44b.tar.gz
refinery-7b95c8173d6d4cdf9011ec059db013195c5ef44b.tar.zst
refinery-7b95c8173d6d4cdf9011ec059db013195c5ef44b.zip
chore(deps): bump dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 5be2a703..9bcc512d 100644
--- a/package.json
+++ b/package.json
@@ -30,17 +30,17 @@
30 "g:lint": "node scripts/eslintReport.cjs", 30 "g:lint": "node scripts/eslintReport.cjs",
31 "g:tsc": "tsc" 31 "g:tsc": "tsc"
32 }, 32 },
33 "packageManager": "yarn@4.2.1", 33 "packageManager": "yarn@4.2.2",
34 "dependencies": { 34 "dependencies": {
35 "react": "^18.3.1" 35 "react": "^18.3.1"
36 }, 36 },
37 "devDependencies": { 37 "devDependencies": {
38 "@types/eslint": "^8.56.10", 38 "@types/eslint": "^8.56.10",
39 "@types/node": "^20.12.8", 39 "@types/node": "^20.12.12",
40 "@types/react": "^18.3.1", 40 "@types/react": "^18.3.2",
41 "@typescript-eslint/eslint-plugin": "^7.8.0", 41 "@typescript-eslint/eslint-plugin": "^7.9.0",
42 "@typescript-eslint/parser": "^7.8.0", 42 "@typescript-eslint/parser": "^7.9.0",
43 "corepack": "^0.28.0", 43 "corepack": "^0.28.1",
44 "eslint": "^8.57.0", 44 "eslint": "^8.57.0",
45 "eslint-config-airbnb": "^19.0.4", 45 "eslint-config-airbnb": "^19.0.4",
46 "eslint-config-airbnb-typescript": "^18.0.0", 46 "eslint-config-airbnb-typescript": "^18.0.0",