Skip to content

Commit

Permalink
fix: update rollup and esbuild tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 29, 2023
1 parent 2e57c5b commit 3b108dc
Show file tree
Hide file tree
Showing 6 changed files with 1,093 additions and 740 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@bjoerge/mutiny": "^0.0.2",
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@playwright/test": "^1.39.0",
"@sanity/client": "^6.8.6",
"@sanity/pkg-utils": "^3.2.3",
"@sanity/pkg-utils": "^3.3.0",
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/uuid": "^3.0.2",
"@types/jest": "^29.5.6",
Expand All @@ -116,7 +116,7 @@
"dotenv": "^16.0.3",
"dotenv-flow": "^3.2.0",
"esbuild-register": "^3.5.0",
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.53.0",
"eslint-config-sanity": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},
"dependencies": {
"@babel/traverse": "^7.19.0",
"@babel/traverse": "^7.23.5",
"chalk": "^4.1.2",
"esbuild": "^0.19.0",
"esbuild": "^0.19.8",
"esbuild-register": "^3.4.1",
"get-it": "^8.4.4",
"golden-fleece": "^1.0.9",
"pkg-dir": "^5.0.0"
},
"devDependencies": {
"@rexxars/gitconfiglocal": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sanity/client": "^6.8.6",
"@sanity/eslint-config-studio": "^2.0.4",
"@sanity/generate-help-url": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/ws": "~8.5.3",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.2.0",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"jest": "^29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"@types/shallow-equals": "^1.0.0",
"@types/speakingurl": "^13.0.3",
"@types/use-sync-external-store": "^0.0.5",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.2.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"classnames": "^2.2.5",
Expand All @@ -195,7 +195,7 @@
"dataloader": "^2.1.0",
"date-fns": "^2.26.1",
"debug": "^3.2.7",
"esbuild": "^0.19.0",
"esbuild": "^0.19.8",
"esbuild-register": "^3.4.1",
"execa": "^2.0.0",
"exif-component": "^1.0.1",
Expand Down Expand Up @@ -250,7 +250,7 @@
"use-device-pixel-ratio": "^1.1.0",
"use-hot-module-reload": "^1.0.1",
"use-sync-external-store": "^1.2.0",
"vite": "^4.4.4",
"vite": "^4.5.0",
"yargs": "^17.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.3",
"dotenv": "^16.0.3",
"esbuild": "^0.19.0",
"esbuild": "^0.19.8",
"execa": "^2.0.0",
"globby": "^10.0.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 3b108dc

Please sign in to comment.