Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Apr 19, 2024
1 parent 891ffc6 commit 68432b6
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 214 deletions.
2 changes: 1 addition & 1 deletion apps/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"esbuild-svelte": "^0.8.0",
"pixi-panel": "workspace:*",
"rimraf": "^5.0.5",
"svelte": "^4.2.13"
"svelte": "^4.2.15"
}
}
2 changes: 1 addition & 1 deletion apps/example-phaser-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"phaser": "^3.80.1",
"vite": "^5.2.8"
"vite": "^5.2.9"
}
}
2 changes: 1 addition & 1 deletion apps/example-pixi-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"pixi.js": "^8.1.0",
"vite": "^5.2.8"
"vite": "^5.2.9"
}
}
2 changes: 1 addition & 1 deletion apps/firefox-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"esbuild-svelte": "^0.8.0",
"pixi-panel": "workspace:*",
"rimraf": "^5.0.5",
"svelte": "^4.2.13"
"svelte": "^4.2.15"
},
"dependencies": {
"web-ext": "^7.11.0"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:svelte-check": "svelte-check --fail-on-warnings",
"format": "eslint --ext=js,jsx,ts,tsx --fix . && prettier --write . \"{app,packages}/**/*.svelte\"",
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install",
"postinstall": "husky",
"precommit": "lint-staged"
},
"lint-staged": {
Expand All @@ -35,10 +35,10 @@
"@types/chrome": "^0.0.266",
"@types/firefox-webext-browser": "^120.0.3",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint": "8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -53,7 +53,7 @@
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"sass": "^1.75.0",
"svelte": "^4.2.13",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"typescript": "^5.4.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/blender-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@histoire/plugin-svelte": "^0.17.17",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"histoire": "^0.17.17",
"svelte": "^4.2.13",
"vite": "^5.2.8"
"svelte": "^4.2.15",
"vite": "^5.2.9"
}
}
Loading

0 comments on commit 68432b6

Please sign in to comment.