Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
btakita committed Jan 25, 2024
1 parent 63ea10d commit 4508b86
Show file tree
Hide file tree
Showing 4 changed files with 4,615 additions and 2,129 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source-map": "^0.7.4",
"sourcemap-codec": "^1.4.8",
"string-hash": "^1.1.3",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"webpack-format-messages": "3.0.1"
},
"devDependencies": {
Expand All @@ -60,11 +60,11 @@
"@types/cookie": "^0.6.0",
"@types/mime": "^3.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.6",
"@types/node-fetch": "^3.0.3",
"@types/puppeteer": "^7.0.4",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"cookie": "^0.6.0",
"cross-env": "^7.0.3",
"devalue": "^4.3.2",
Expand All @@ -76,8 +76,8 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"polka": "next",
"puppeteer": "^21.7.0",
"rollup": "^4.9.5",
"puppeteer": "^21.9.0",
"rollup": "^4.9.6",
"rollup-plugin-shim": "^1.0.0",
"rollup-plugin-svelte": "^7.1.6",
"sirv": "^2.0.4",
Expand All @@ -86,11 +86,11 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-modules": "^1.0.0"
},
"peerDependencies": {
"svelte": "^4.2.8"
"svelte": "^4.2.9"
},
"scripts": {
"test": "mocha --config=.mocharc.yml",
Expand Down
Loading

0 comments on commit 4508b86

Please sign in to comment.