Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Jan 14, 2024
1 parent 476fccb commit 3141a12
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"homepage": "https://github.com/lost-pixel/lost-pixel#readme",
"dependencies": {
"@types/xml2js": "^0.4.14",
"async": "3.2.4",
"async": "3.2.5",
"axios": "1.5.0",
"bundle-require": "4.0.1",
"bundle-require": "4.0.2",
"esbuild": "0.18.13",
"execa": "^5.1.1",
"form-data": "4.0.0",
Expand All @@ -71,9 +71,9 @@
"pixelmatch": "5.3.0",
"playwright-core": "1.40.1",
"pngjs": "7.0.0",
"posthog-node": "3.1.1",
"posthog-node": "3.5.0",
"serve-handler": "6.1.5",
"shelljs": "^0.8.5",
"shelljs": "0.8.5",
"ts-node": "10.9.1",
"uuid": "9.0.0",
"xml2js": "^0.6.2",
Expand All @@ -82,15 +82,15 @@
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@types/async": "3.2.20",
"@types/async": "3.2.24",
"@types/fs-extra": "11.0.2",
"@types/jest": "29.5.5",
"@types/lodash.get": "4.4.7",
"@types/lodash.kebabcase": "4.1.7",
"@types/pixelmatch": "5.2.4",
"@types/pngjs": "6.0.1",
"@types/serve-handler": "6.1.1",
"@types/shelljs": "^0.8.11",
"@types/pngjs": "6.0.4",
"@types/serve-handler": "6.1.4",
"@types/shelljs": "0.8.15",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
Expand All @@ -101,7 +101,7 @@
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-prune": "0.10.3",
"typescript": "5.2.2",
Expand Down

0 comments on commit 3141a12

Please sign in to comment.