Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RoepStoep committed Oct 6, 2023
1 parent 693c3a6 commit 284941b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"browserslist": "and_chr >= 69, ios_saf >= 12",
"devDependencies": {
"@capacitor/cli": "5.4.1",
"@capacitor/cli": "5.4.2",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-commonjs": "12.0.0",
"@rollup/plugin-json": "4.0.3",
Expand All @@ -50,21 +50,21 @@
"stylus": "0.59.0",
"ts-jest": "27.0.3",
"typescript": "4.4.4",
"whatwg-fetch": "3.5.0"
"whatwg-fetch": "3.6.19"
},
"dependencies": {
"@badrap/result": "0.2.6",
"@capacitor-community/keep-awake": "4.0.0",
"@capacitor/android": "5.4.1",
"@capacitor/android": "5.4.2",
"@capacitor/app": "^5.0.0",
"@capacitor/browser": "5.1.0",
"@capacitor/clipboard": "^5.0.0",
"@capacitor/core": "5.4.1",
"@capacitor/core": "5.4.2",
"@capacitor/device": "^5.0.0",
"@capacitor/dialog": "^5.0.0",
"@capacitor/filesystem": "5.1.4",
"@capacitor/haptics": "^5.0.0",
"@capacitor/ios": "5.4.1",
"@capacitor/ios": "5.4.2",
"@capacitor/keyboard": "^5.0.0",
"@capacitor/network": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"serve": "http-server -p 8080 -s -g -c-1 .",
"version": "node scripts/bump-version.js",
"lint": "eslint src/",
"test": "NODE_OPTIONS=--unhandled-rejections=warn jest",
"test": "set NODE_OPTIONS=--unhandled-rejections=warn && jest",
"i18n-update": "rimraf scripts/tmp/ && rimraf www/i18n/*.js && cd scripts && npm run i18n-update",
"compile-date-locales": "node scripts/compile-date-locales",
"styles": "stylus -q -u autoprefixer-stylus src/styl/index.styl -c -o www/css/compiled/app.css",
Expand Down

0 comments on commit 284941b

Please sign in to comment.