aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/package.json b/package.json
index 78d16741..f16ffe07 100644
--- a/package.json
+++ b/package.json
@@ -18,9 +18,11 @@
18 }, 18 },
19 "homepage": "https://refinery.tools", 19 "homepage": "https://refinery.tools",
20 "workspaces": [ 20 "workspaces": [
21 "subprojects/docs",
21 "subprojects/frontend" 22 "subprojects/frontend"
22 ], 23 ],
23 "scripts": { 24 "scripts": {
25 "docs": "yarn workspace @refinery/docs",
24 "frontend": "yarn workspace @refinery/frontend", 26 "frontend": "yarn workspace @refinery/frontend",
25 "typecheck": "yarn run g:tsc -p tsconfig.json", 27 "typecheck": "yarn run g:tsc -p tsconfig.json",
26 "lint": "yarn run g:lint", 28 "lint": "yarn run g:lint",
@@ -30,15 +32,15 @@
30 }, 32 },
31 "packageManager": "yarn@4.1.1", 33 "packageManager": "yarn@4.1.1",
32 "dependencies": { 34 "dependencies": {
33 "react": "^18.2.0" 35 "react": "^18.3.1"
34 }, 36 },
35 "devDependencies": { 37 "devDependencies": {
36 "@types/eslint": "^8.56.7", 38 "@types/eslint": "^8.56.10",
37 "@types/node": "^20.12.5", 39 "@types/node": "^20.12.7",
38 "@types/react": "^18.2.74", 40 "@types/react": "^18.3.0",
39 "@typescript-eslint/eslint-plugin": "^7.5.0", 41 "@typescript-eslint/eslint-plugin": "^7.7.1",
40 "@typescript-eslint/parser": "^7.5.0", 42 "@typescript-eslint/parser": "^7.7.1",
41 "corepack": "^0.26.0", 43 "corepack": "^0.28.0",
42 "eslint": "^8.57.0", 44 "eslint": "^8.57.0",
43 "eslint-config-airbnb": "^19.0.4", 45 "eslint-config-airbnb": "^19.0.4",
44 "eslint-config-airbnb-typescript": "^18.0.0", 46 "eslint-config-airbnb-typescript": "^18.0.0",
@@ -49,9 +51,9 @@
49 "eslint-plugin-mobx": "^0.0.9", 51 "eslint-plugin-mobx": "^0.0.9",
50 "eslint-plugin-prettier": "^5.1.3", 52 "eslint-plugin-prettier": "^5.1.3",
51 "eslint-plugin-react": "^7.34.1", 53 "eslint-plugin-react": "^7.34.1",
52 "eslint-plugin-react-hooks": "^4.6.0", 54 "eslint-plugin-react-hooks": "^4.6.2",
53 "prettier": "^3.2.5", 55 "prettier": "^3.2.5",
54 "typescript": "5.4.4" 56 "typescript": "5.4.5"
55 }, 57 },
56 "resolutions": { 58 "resolutions": {
57 "d3-zoom@npm:^3.0.0": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch", 59 "d3-zoom@npm:^3.0.0": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch",