|
@@ -12,28 +12,28 @@
|
|
|
"test": "run-p --race dev cy:run"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "better-sqlite3": "^5.4.1",
|
|
|
+ "better-sqlite3": "^5.4.3",
|
|
|
"bulma": "^0.7.5",
|
|
|
"compression": "^1.7.1",
|
|
|
- "newrelic": "^5.11.0",
|
|
|
- "polka": "next",
|
|
|
- "rollup-plugin-terser": "^5.1.1",
|
|
|
+ "newrelic": "^6.4.2",
|
|
|
+ "polka": "^1.0.0-next.11",
|
|
|
+ "rollup-plugin-terser": "^5.3.0",
|
|
|
"sirv": "^0.4.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.0.0",
|
|
|
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
|
- "@babel/plugin-transform-runtime": "^7.0.0",
|
|
|
- "@babel/preset-env": "^7.0.0",
|
|
|
- "@babel/runtime": "^7.0.0",
|
|
|
+ "@babel/core": "^7.8.7",
|
|
|
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.8.3",
|
|
|
+ "@babel/preset-env": "^7.8.7",
|
|
|
+ "@babel/runtime": "^7.8.7",
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
- "rollup": "^1.12.0",
|
|
|
- "rollup-plugin-babel": "^4.0.2",
|
|
|
- "rollup-plugin-commonjs": "^10.0.0",
|
|
|
+ "rollup": "^1.32.1",
|
|
|
+ "rollup-plugin-babel": "^4.4.0",
|
|
|
+ "rollup-plugin-commonjs": "^10.1.0",
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
|
- "rollup-plugin-svelte": "^5.0.1",
|
|
|
- "sapper": "^0.27.0",
|
|
|
- "svelte": "^3.0.0"
|
|
|
+ "rollup-plugin-svelte": "^5.1.1",
|
|
|
+ "sapper": "^0.27.10",
|
|
|
+ "svelte": "^3.19.2"
|
|
|
}
|
|
|
}
|