Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Nov 15, 2023
1 parent 2feefb6 commit 82aa843
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 314 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"private": true,
"name": "@starbeam-workspace/root",
"version": "1.0.0",
"type": "module",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -99,27 +100,26 @@
"@starbeam/core-utils": "workspace:^"
},
"devDependencies": {
"@edge-runtime/vm": "^3.1.6",
"@edge-runtime/vm": "^3.1.7",
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/core": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"@types/eslint": "^8.44.6",
"@types/node": "^20.8.10",
"@vitest/ui": "^1.0.0-beta.3",
"eslint": "^8.52.0",
"esno": "^0.17.0",
"@types/eslint": "^8.44.7",
"@types/node": "^20.9.0",
"@vitest/ui": "^1.0.0-beta.4",
"eslint": "^8.53.0",
"esno": "^4.0.0",
"esyes": "^1.0.1",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"happy-dom": "^12.10.3",
"jsdom": "^22.1.0",
"knip": "^2.38.6",
"prettier": "^3.0.3",
"knip": "^2.41.2",
"prettier": "^3.1.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^1.0.0-beta.3"
"vitest": "^1.0.0-beta.4"
},
"license": "MIT",
"nodemonConfig": {
"watch": [
"package.json",
Expand Down
Loading

0 comments on commit 82aa843

Please sign in to comment.