Skip to content

Commit

Permalink
Merge pull request #574 from nyaggah/fix/deps
Browse files Browse the repository at this point in the history
chore: update deps; fix vulns
  • Loading branch information
JoeyDoey authored Oct 9, 2024
2 parents 418bc37 + dad8925 commit fa9ab26
Show file tree
Hide file tree
Showing 8 changed files with 1,897 additions and 2,072 deletions.
8 changes: 8 additions & 0 deletions .changeset/cool-crews-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'eslint-config-bedframe': patch
'create-bedframe': patch
'@bedframe/core': patch
'@bedframe/cli': patch
---

update deps; fix vulns
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@
"prepare": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.4.1",
"@types/chrome": "^0.0.270",
"@types/node": "^20.16.10",
"@commitlint/config-conventional": "^19.5.0",
"@types/chrome": "^0.0.277",
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.1",
"eslint": "^9.12.0",
"eslint-config-bedframe": "workspace:^",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"turbo": "^1.13.4",
"typescript": "^5.6.2"
"turbo": "^2.1.3",
"typescript": "^5.6.3"
},
"prettier": {
"tabWidth": 2,
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
"dependencies": {
"@bedframe/core": "workspace:*",
"commander": "^12.1.0",
"execa": "^8.0.1",
"execa": "^9.4.0",
"kolorist": "^1.8.0",
"listr": "^0.14.3",
"nanospinner": "^1.1.0",
"node-fetch": "^3.3.2",
"pkg-install": "^1.0.0",
"prompts": "^2.4.2",
"vite": "^4.5.5"
"vite": "^5.4.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commander-js/extra-typings": "^12.0.1",
"@biomejs/biome": "1.9.3",
"@commander-js/extra-typings": "^12.1.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chrome": "^0.0.270",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.277",
"@types/listr": "^0.14.9",
"@types/node": "^20.16.10",
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"concurrently": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"concurrently": "^9.0.1",
"eslint-config-bedframe": "workspace:^",
"eslint-config-turbo": "^1.13.4",
"eslint-config-turbo": "^2.1.3",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
Expand All @@ -69,7 +69,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"lint-staged": {
"*.{md,mdx,css,html,json,js}": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/lib/make/utils/write-package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export function writePackageJson(response: prompts.Answers<string>): void {
}
},
"devDependencies": {
"@bedframe/cli": "0.0.85",
"@bedframe/core": "0.0.43",
"@bedframe/cli": "0.0.86",
"@bedframe/core": "0.0.44",
${
changesets
? `"@changesets/cli": "^2.27.1",
Expand Down
28 changes: 17 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"default": "./dist/bedframe.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -32,21 +34,21 @@
"@crxjs/vite-plugin": "2.0.0-beta.25"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/chrome": "^0.0.270",
"@types/node": "^20.16.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@biomejs/biome": "1.9.3",
"@types/chrome": "^0.0.277",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint-config-bedframe": "workspace:^",
"eslint-config-turbo": "^1.13.4",
"eslint-config-turbo": "^2.1.3",
"kolorist": "^1.8.0",
"rollup": "^4.24.0",
"rollup-plugin-node-externals": "^7.1.3",
"rollup-plugin-polyfill-node": "^0.13.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.11",
"vite": "^5.4.8",
"vite-plugin-babel-macros": "^1.0.6"
},
"peerDependencies": {
Expand All @@ -55,7 +57,9 @@
"vitest": "^0.34.6"
},
"lint-staged": {
"*.{md,mdx,css,html,json,js}": ["pnpm biome format --write ."],
"*.{md,mdx,css,html,json,js}": [
"pnpm biome format --write ."
],
"*.{js,jsx,ts,tsx}": "pnpm biome lint --apply ."
},
"prettier": {
Expand All @@ -64,7 +68,9 @@
"singleQuote": true
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
Expand Down
10 changes: 5 additions & 5 deletions packages/create-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@bedframe/core": "workspace:^"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-string": "^3.0.0",
"typescript": "^5.6.2",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3"
},
"lint-staged": {
"*.{md,mdx,css,html,json,js}": [
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"eslint": "^9.9.1",
"eslint-config-next": "14.2.5",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.4",
"eslint-config-turbo": "^2.1.3",
"eslint-plugin-react": "7.37.1"
},
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit fa9ab26

Please sign in to comment.