build: add cross-env dependency to desktop-client package.json

This commit is contained in:
Tom French 2022-07-24 13:25:57 +01:00 committed by James Long
parent 58a0910996
commit 2d9091f179
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
"case-sensitive-paths-webpack-plugin": "2.1.2", "case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1", "chalk": "2.4.1",
"codemirror": "^5.37.0", "codemirror": "^5.37.0",
"cross-env": "^7.0.3",
"css-loader": "1.0.0", "css-loader": "1.0.0",
"date-fns": "2.0.0-alpha.27", "date-fns": "2.0.0-alpha.27",
"debounce": "^1.2.0", "debounce": "^1.2.0",

View file

@ -79,6 +79,7 @@ __metadata:
case-sensitive-paths-webpack-plugin: 2.1.2 case-sensitive-paths-webpack-plugin: 2.1.2
chalk: 2.4.1 chalk: 2.4.1
codemirror: ^5.37.0 codemirror: ^5.37.0
cross-env: ^7.0.3
css-loader: 1.0.0 css-loader: 1.0.0
date-fns: 2.0.0-alpha.27 date-fns: 2.0.0-alpha.27
debounce: ^1.2.0 debounce: ^1.2.0