Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j4k0xb committed Jan 20, 2024
1 parent b18da4a commit fdde77d
Show file tree
Hide file tree
Showing 8 changed files with 479 additions and 407 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@webcrack/eslint-config": "workspace:*",
"@webcrack/typescript-config": "workspace:*",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.31"
}
}
28 changes: 14 additions & 14 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"lint:fix": "eslint src --fix"
},
"devDependencies": {
"@types/babel__generator": "^7.6.7",
"@types/node": "^20.10.3",
"@types/babel__generator": "^7.6.8",
"@types/node": "^20.11.5",
"@webcrack/eslint-config": "workspace:*",
"@webcrack/typescript-config": "workspace:*",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.19",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^4.5.1",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-solid": "^2.7.2"
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@babel/generator": "^7.23.5",
"@babel/types": "^7.23.5",
"monaco-editor": "^0.44.0",
"@babel/generator": "^7.23.6",
"@babel/types": "^7.23.6",
"monaco-editor": "^0.45.0",
"sandybox": "^1.1.2",
"solid-js": "^1.8.7",
"solid-js": "^1.8.11",
"webcrack": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/playground/src/context/DeobfuscateContext.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ParentProps} from 'solid-js';
import type { ParentProps } from 'solid-js';
import { createContext, createSignal, useContext } from 'solid-js';
import type { Options } from 'webcrack';
import { evalCode } from '../sandbox';
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/src/webcrack.worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Options, Sandbox} from 'webcrack';
import type { Options, Sandbox } from 'webcrack';
import { webcrack } from 'webcrack';

export type WorkerRequest =
Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@
},
"devDependencies": {
"@webcrack/eslint-config": "workspace:*",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"turbo": "^1.10.16",
"vitest": "^1.0.0"
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"turbo": "^1.11.3",
"vitest": "^1.2.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"vite@>=5.0.0 <5.0.5": ">=5.0.5",
"vite@>=5.0.0 <=5.0.11": ">=5.0.12"
}
}
}
4 changes: 2 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "index.js",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-prettier": "^9.1.0"
}
}
20 changes: 10 additions & 10 deletions packages/webcrack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
"unbundle"
],
"dependencies": {
"@babel/generator": "^7.23.5",
"@babel/generator": "^7.23.6",
"@babel/helper-validator-identifier": "^7.22.20",
"@babel/parser": "^7.23.5",
"@babel/parser": "^7.23.6",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5",
"@babel/traverse": "^7.23.7",
"@babel/types": "^7.23.6",
"@codemod/matchers": "^1.7.0",
"babel-plugin-minify-mangle-names": "^0.5.1",
"commander": "^11.1.0",
"debug": "^4.3.4",
"isolated-vm": "^4.6.0"
"isolated-vm": "^4.7.2"
},
"devDependencies": {
"@types/babel__generator": "^7.6.7",
"@types/babel__generator": "^7.6.8",
"@types/babel__helper-validator-identifier": "^7.15.2",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.4",
"@types/babel__traverse": "^7.20.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.10.3",
"@types/node": "^20.11.5",
"@webcrack/eslint-config": "workspace:*",
"@webcrack/typescript-config": "workspace:*",
"esbuild": "^0.19.8",
"typescript": "^5.3.2"
"esbuild": "^0.19.11",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit fdde77d

Please sign in to comment.