Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru committed Jul 12, 2024
1 parent 3a02e13 commit 8c3df13
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@
"LICENSE"
],
"dependencies": {
"spica": "0.0.781"
"spica": "0.0.803"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/power-assert": "1.5.12",
"@types/prismjs": "1.26.3",
"@typescript-eslint/parser": "^6.21.0",
"@types/prismjs": "1.26.4",
"@typescript-eslint/parser": "^7.16.0",
"babel-loader": "^9.1.3",
"babel-plugin-unassert": "^3.2.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-redos": "^4.4.5",
"eslint-webpack-plugin": "^4.0.1",
"glob": "^10.3.10",
"karma": "^6.4.2",
"eslint-webpack-plugin": "^4.2.0",
"glob": "^11.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-power-assert": "^1.0.0",
"mocha": "^10.3.0",
"npm-check-updates": "^16.14.15",
"semver": "^7.6.0",
"mocha": "^10.6.0",
"npm-check-updates": "^16.14.20",
"semver": "^7.6.2",
"ts-loader": "^9.5.1",
"typed-dom": "0.0.348",
"typescript": "5.2.2",
"webpack": "^5.90.1",
"typed-dom": "0.0.349",
"typescript": "5.4.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
"webpack-merge": "^6.0.1"
},
"scripts": {
"update": "ncu -u && npm i --no-shrinkwrap && bundle update",
Expand Down

0 comments on commit 8c3df13

Please sign in to comment.