Update package.json and pnpm-lock.yaml with new dependencies
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

- Added @codemirror/commands, @lezer/common, @lezer/highlight, @lezer/lr, and classnames to package.json for enhanced functionality.
- Removed duplicate entries for @codemirror/commands and ensured proper versioning for new dependencies.
- Updated pnpm-lock.yaml to reflect the addition of classnames and maintain consistency across dependencies.
This commit is contained in:
Tom Butcher 2026-08-11 01:05:47 +01:00
parent 72c5ee1b91
commit 87d3d72f6f
2 changed files with 11 additions and 7 deletions

View File

@ -11,6 +11,7 @@
"dependencies": { "dependencies": {
"@ant-design/icons": "^6.1.0", "@ant-design/icons": "^6.1.0",
"@babel/plugin-transform-private-property-in-object": "^7.27.1", "@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@codemirror/commands": "6.10.4",
"@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1", "@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1", "@codemirror/lang-go": "^6.0.1",
@ -25,11 +26,13 @@
"@codemirror/lang-sql": "^6.9.1", "@codemirror/lang-sql": "^6.9.1",
"@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2", "@codemirror/lang-yaml": "^6.1.2",
"@codemirror/commands": "6.10.4",
"@codemirror/language": "6.12.1", "@codemirror/language": "6.12.1",
"@codemirror/state": "6.7.1", "@codemirror/state": "6.7.1",
"@codemirror/theme-one-dark": "^6.1.3", "@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "6.39.12", "@codemirror/view": "6.39.12",
"@lezer/common": "1.5.0",
"@lezer/highlight": "^1.2.3",
"@lezer/lr": "^1.4.8",
"@simplewebauthn/browser": "^13.1.2", "@simplewebauthn/browser": "^13.1.2",
"@tanstack/react-query": "^5.90.10", "@tanstack/react-query": "^5.90.10",
"@tiptap/extension-link": "^3.20.1", "@tiptap/extension-link": "^3.20.1",
@ -47,6 +50,7 @@
"antd-style": "^3.7.1", "antd-style": "^3.7.1",
"axios": "^1.11.0", "axios": "^1.11.0",
"blurhash": "^2.0.5", "blurhash": "^2.0.5",
"classnames": "^2.5.1",
"codemirror": "^6.0.2", "codemirror": "^6.0.2",
"country-list": "^2.4.1", "country-list": "^2.4.1",
"cross-env": "^10.0.0", "cross-env": "^10.0.0",
@ -74,10 +78,7 @@
"styled-components": "^6.1.19", "styled-components": "^6.1.19",
"three": "^0.179.1", "three": "^0.179.1",
"tsparticles": "^3.9.1", "tsparticles": "^3.9.1",
"web-vitals": "^5.1.0", "web-vitals": "^5.1.0"
"@lezer/common": "1.5.0",
"@lezer/highlight": "^1.2.3",
"@lezer/lr": "^1.4.8"
}, },
"main": "build/electron.js", "main": "build/electron.js",
"description": "3D Printer ERP and Control Software.", "description": "3D Printer ERP and Control Software.",
@ -123,8 +124,6 @@
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"electrobun": "1.18.1", "electrobun": "1.18.1",
"electron": "^38.7.1", "electron": "^38.7.1",
"jimp": "^1.6.1",
"png-to-ico": "^2.1.8",
"electron-builder": "^26.0.12", "electron-builder": "^26.0.12",
"electron-packager": "^17.1.2", "electron-packager": "^17.1.2",
"eslint": "^9.34.0", "eslint": "^9.34.0",
@ -135,6 +134,8 @@
"eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-react-refresh": "^0.4.20",
"express": "^5.1.0", "express": "^5.1.0",
"globals": "^15.12.0", "globals": "^15.12.0",
"jimp": "^1.6.1",
"png-to-ico": "^2.1.8",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"prettier-eslint": "^16.4.2", "prettier-eslint": "^16.4.2",
"rcedit": "^4.0.1", "rcedit": "^4.0.1",

3
pnpm-lock.yaml generated
View File

@ -139,6 +139,9 @@ importers:
blurhash: blurhash:
specifier: ^2.0.5 specifier: ^2.0.5
version: 2.0.5 version: 2.0.5
classnames:
specifier: ^2.5.1
version: 2.5.1
codemirror: codemirror:
specifier: ^6.0.2 specifier: ^6.0.2
version: 6.0.2 version: 6.0.2