Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Don Alfons Nisnoni <[email protected]>
  • Loading branch information
itsdonnix committed Mar 27, 2021
1 parent 0526178 commit 72ff3bc
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 48 deletions.
117 changes: 72 additions & 45 deletions src/main/frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.13.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/runtime": "^7.13.10",
"@mdi/js": "^5.9.55",
"@rollup/plugin-babel": "^5.3.0",
Expand All @@ -35,13 +35,13 @@
"postcss": "^8.2.8",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"rollup": "^2.42.1",
"rollup": "^2.42.4",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.29.1",
"sass": "^1.32.8",
"svelte": "^3.35.0",
"svelte-check": "^1.2.6",
"svelte-check": "^1.3.0",
"svelte-materialify": "^0.3.7",
"svelte-preprocess": "^4.6.9",
"svelte-simple-datatables": "^0.1.25"
Expand Down

0 comments on commit 72ff3bc

Please sign in to comment.