Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
btakita committed Jan 14, 2024
1 parent 54f45bc commit 63ea10d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,62 +35,62 @@
"cheap-watch": "^1.0.4",
"html-minifier": "^4.0.0",
"http-link-header": "^1.1.1",
"import-meta-resolve": "^3.0.0",
"import-meta-resolve": "^4.0.0",
"kleur": "^4.1.5",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"port-authority": "^2.0.1",
"pretty-bytes": "^6.1.0",
"rimraf": "^5.0.1",
"pretty-bytes": "^6.1.1",
"rimraf": "^5.0.5",
"rollup-plugin-css-chunks": "^2.0.3",
"sade": "1.8.1",
"shimport": "^2.0.5",
"source-map": "^0.7.4",
"sourcemap-codec": "^1.4.8",
"string-hash": "^1.1.3",
"svelte": "^3.59.1",
"svelte": "^4.2.8",
"webpack-format-messages": "3.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@sveltejs/eslint-config": "6.0.2",
"@types/cookie": "^0.5.1",
"@types/mime": "^3.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"@sveltejs/eslint-config": "6.0.4",
"@types/cookie": "^0.6.0",
"@types/mime": "^3.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node-fetch": "^3.0.3",
"@types/puppeteer": "^7.0.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"cookie": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"cookie": "^0.6.0",
"cross-env": "^7.0.3",
"devalue": "^4.3.2",
"eslint": "^8.41.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte3": "^4.0.0",
"mime": "^3.0.0",
"mime": "^4.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"polka": "next",
"puppeteer": "^20.5.0",
"rollup": "^3.23.0",
"puppeteer": "^21.7.0",
"rollup": "^4.9.5",
"rollup-plugin-shim": "^1.0.0",
"rollup-plugin-svelte": "^7.1.5",
"sirv": "^2.0.3",
"rollup-plugin-svelte": "^7.1.6",
"sirv": "^2.0.4",
"string-replace-async": "^3.0.2",
"svelte-loader": "^3.1.8",
"ts-node": "^10.9.1",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"svelte-loader": "^3.1.9",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-modules": "^1.0.0"
},
"peerDependencies": {
"svelte": "^3.59.1"
"svelte": "^4.2.8"
},
"scripts": {
"test": "mocha --config=.mocharc.yml",
Expand Down
3 changes: 1 addition & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"rollup": "^2.30.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.28.0",
"svelte": "^3.31.0"
"svelte": "^3.59.1"
}
}

0 comments on commit 63ea10d

Please sign in to comment.