Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Feb 14, 2024
1 parent af738e0 commit 75da01a
Show file tree
Hide file tree
Showing 10 changed files with 1,523 additions and 1,225 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
},
"devDependencies": {
"@pionxzh/eslint-config": "^1.0.1",
"@types/node": "^18.18.13",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"eslint": "^8.54.0",
"@types/node": "^18.19.15",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"esno": "^0.17.0",
"globby": "^11.1.0",
"prettier": "^2.8.8",
"taze": "^0.11.4",
"turbo": "^1.10.16",
"typescript": "^5.3.2",
"vitest": "^1.0.3"
"taze": "^0.13.3",
"turbo": "^1.12.3",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"pnpm": {
"patchedDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"devDependencies": {
"@babel/helper-validator-identifier": "^7.22.20",
"@babel/types": "^7.23.4",
"@babel/types": "^7.23.9",
"@types/jscodeshift": "^0.11.11",
"@wakaru/ds": "workspace:*",
"@wakaru/shared": "workspace:*",
"@wakaru/test-utils": "workspace:*",
"ast-types": "^0.16.1",
"jscodeshift": "^0.15.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@wakaru/unminify": "workspace:*",
"@wakaru/unpacker": "workspace:*",
"tsup": "^7.3.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
32 changes: 16 additions & 16 deletions packages/ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@heroicons/react": "^2.1.1",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/themes": "^2.0.1",
"@radix-ui/themes": "^2.0.3",
"@wakaru/ast-utils": "workspace:*",
"@wakaru/unminify": "workspace:*",
"@wakaru/unpacker": "workspace:*",
"browserfs": "workspace:*",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"dockview": "^1.8.5",
"jotai": "^2.6.0",
"jotai-effect": "^0.2.3",
"jotai": "^2.6.4",
"jotai-effect": "^0.5.0",
"mitt": "^3.0.1",
"monaco-editor": "^0.44.0",
"monaco-editor-auto-typings": "^0.4.4",
"monaco-editor": "^0.46.0",
"monaco-editor-auto-typings": "^0.4.5",
"os": "^0.1.2",
"react": "^18.2.0",
"react-complex-tree": "^2.2.3",
Expand All @@ -34,15 +34,15 @@
},
"devDependencies": {
"@githubocto/tailwind-vscode": "^1.0.5",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vitest": "^1.0.0-beta.5"
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vitest": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vue-tsc": "^1.8.22"
}
}
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@babel/parser": "^7.23.6",
"pathe": "^1.1.1"
"@babel/parser": "^7.23.9",
"pathe": "^1.1.2"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.11",
"ast-types": "^0.16.1",
"jscodeshift": "^0.15.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"zod": "^3.22.4"
}
}
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"vitest": "^1.0.0-beta.5"
"vitest": "^1.2.2"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.11",
"@wakaru/shared": "workspace:*",
"jscodeshift": "^0.15.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"publishConfig": {
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions packages/unminify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.9",
"@babel/helper-validator-identifier": "^7.22.20",
"@babel/preset-env": "^7.23.3",
"@babel/types": "^7.23.4",
"@babel/preset-env": "^7.23.9",
"@babel/types": "^7.23.9",
"lebab": "^3.2.4",
"picocolors": "^1.0.0",
"prettier": "^2.8.8",
Expand All @@ -44,8 +44,8 @@
"@wakaru/test-utils": "workspace:*",
"ast-types": "^0.16.1",
"jscodeshift": "^0.15.1",
"tsup": "^7.3.0",
"typescript": "^5.3.2"
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"publishConfig": {
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/unpacker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"lint:fix": "eslint src --fix"
},
"devDependencies": {
"@babel/types": "^7.23.4",
"@babel/types": "^7.23.9",
"@types/jscodeshift": "^0.11.11",
"@wakaru/ast-utils": "workspace:*",
"@wakaru/shared": "workspace:*",
"@wakaru/test-utils": "workspace:*",
"ast-types": "^0.16.1",
"jscodeshift": "^0.15.1",
"tsup": "^7.3.0",
"typescript": "^5.3.2"
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"publishConfig": {
"exports": {
Expand Down
Loading

0 comments on commit 75da01a

Please sign in to comment.