aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-26 10:53:54 -0400
committerbobzel <zzzman@gmail.com>2025-06-26 10:53:54 -0400
commitbaae27b205356898c5866a0f095e4ec056e02459 (patch)
tree1b62de5579b8de8be81b6d342a9767f0f379bb91 /package.json
parentccfdf905400cd4b81d8cde0f16bb0e15cd65621b (diff)
parent0093370a04348ef38b91252d02ab850f25d753b2 (diff)
Merge branch 'master' into agent-paper-main
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 11 insertions, 7 deletions
diff --git a/package.json b/package.json
index 6a579efd2..e9f9dc4df 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,8 @@
"test": "mocha -r ts-node/register test/**/*.ts",
"tsc": "tsc -t es5",
"storybook": "npm -w @dash/components run storybook",
- "build-storybook": "npm -w @dash/components run build-storybook"
+ "build-storybook": "npm -w @dash/components run build-storybook",
+ "lint:css": "stylelint '**/*.{css,scss}'"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
@@ -69,7 +70,7 @@
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.5",
"@types/react-measure": "^2.0.12",
- "@types/react-reconciler": "^0.31.0",
+ "@types/react-reconciler": "^0.32.0",
"@types/request": "^2.48.12",
"@types/request-promise": "^4.1.51",
"@types/shelljs": "^0.8.15",
@@ -104,6 +105,7 @@
"@dash/components": "file:packages/components",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
+ "@eslint/css": "^0.8.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.12.5",
"@ffmpeg/ffmpeg": "^0.12.10",
@@ -112,9 +114,10 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.2",
- "@fullcalendar/core": "^6.1.15",
- "@fullcalendar/daygrid": "^6.1.10",
- "@fullcalendar/multimonth": "^6.1.10",
+ "@fullcalendar/core": "^6.1.17",
+ "@fullcalendar/daygrid": "^6.1.17",
+ "@fullcalendar/multimonth": "^6.1.17",
+ "@fullcalendar/react": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.15",
"@internationalized/date": "^3.5.0",
"@mozilla/readability": "^0.6.0",
@@ -192,6 +195,7 @@
"dompurify": "^3.1.7",
"dotenv": "^16.4.7",
"dropbox": "^10.34.0",
+ "eslint-plugin-css-modules": "^2.12.0",
"eslint-webpack-plugin": "^5.0.0",
"exif": "^0.6.0",
"exifr": "^7.1.3",
@@ -327,7 +331,7 @@
"sass-loader": "^16.0.4",
"scrapfly-sdk": "^0.6.4",
"serializr": "^3.0.2",
- "shelljs": "^0.9.1",
+ "shelljs": "^0.10.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"standard-http-error": "^2.0.1",
@@ -346,7 +350,7 @@
"typescript-collections": "^1.3.3",
"typescript-language-server": "^4.1.3",
"uninstall": "^0.0.0",
- "unstructured-client": "^0.22.0",
+ "unstructured-client": "^0.24.3",
"url": "^0.11.3",
"url-loader": "^4.1.1",
"util": "^0.12.5",