Skip to content

Commit

Permalink
Merge de448b9 into ab7c730
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Nov 17, 2022
2 parents ab7c730 + de448b9 commit 27c2d13
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
15 changes: 7 additions & 8 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"test:e2e": "vue-cli-service test:e2e",
"test:e2e:ci": "vue-cli-service test:e2e --headless",
"test:unit:debug": "node --inspect-brk=0.0.0.0:9229 ./node_modules/@vue/cli-service/bin/vue-cli-service.js test:unit --no-cache --runInBand",
"test:unit:watch": "vue-cli-service test:unit --watch",
"postinstall": "sed 's/Color.extend(contrast);/Color.extend({contrast});/g' node_modules/colorjs.io/dist/color.js > node_modules/colorjs.io/dist/color.js.tmpfix; cat node_modules/colorjs.io/dist/color.js.tmpfix > node_modules/colorjs.io/dist/color.js; rm node_modules/colorjs.io/dist/color.js.tmpfix"
"test:unit:watch": "vue-cli-service test:unit --watch"
},
"dependencies": {
"@intlify/core": "9.2.2",
Expand Down Expand Up @@ -52,7 +51,7 @@
"@zxcvbn-ts/language-it": "2.1.0",
"assert": "2.0.0",
"axios": "1.1.3",
"colorjs.io": "^0.4.1-patch.1",
"colorjs.io": "0.4.2",
"comlink": "4.3.1",
"dayjs": "1.11.6",
"deepmerge": "4.2.2",
Expand Down
14 changes: 7 additions & 7 deletions print/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mdi/js": "7.0.96",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/sentry": "6.0.1",
"colorjs.io": "^0.4.1-patch.1",
"colorjs.io": "0.4.2",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"cssesc": "3.0.0",
Expand Down

0 comments on commit 27c2d13

Please sign in to comment.