Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed Oct 14, 2024
1 parent a1cbc5c commit b1bc16e
Show file tree
Hide file tree
Showing 7 changed files with 2,323 additions and 2,004 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The following debugging tips may come in handy:
- Prevent Terser from dropping `console.log` or `debugger` by changing `terserOptions` in [terser-config.json](./scripts/terser-config.json)
- Set `PROFILING=1` env variable to load React profiling builds
- Output `named` module & chunk ids in [webpack.config.js](./webpack.config.js)
- Analyze build output with `npx webpack-bundle-analyzer public/js/manifest.json -h 0.0.0.0` (for full breakdown, change to `all: true` when writing `manifest.json` in [build-production.js](./scripts/build-production.mjs))
- Analyze build output with `npx webpack-bundle-analyzer public/js/build.manifest.json -h 0.0.0.0` (for full breakdown, change to `all: true` when writing `build.manifest.json` in [build-production.js](./scripts/build-production.mjs))

## Other LWJGL subdomains:

Expand Down
2 changes: 1 addition & 1 deletion assets/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"puppeteer-core": "23.3.0"
"puppeteer-core": "23.5.3"
}
}
2 changes: 1 addition & 1 deletion assets/palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Apostolos Tsakpinis <apostolos.tsakpinis@gmail.com>",
"dependencies": {
"@radix-ui/colors": "3.0.0",
"chroma-js": "3.0.0",
"chroma-js": "3.1.2",
"ciebase": "0.1.1",
"ciecam02": "0.4.6",
"hsluv": "1.0.1"
Expand Down
1 change: 1 addition & 0 deletions client/routes/customize/BuildDownloader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ interface BuildDownloaderProps {
ref: React.Ref<DownloadHandle>;
}
export const BuildDownloader: React.FC<BuildDownloaderProps> = ({ ref }) => {
'use no memo';
const store = useStore();
const [isDownloading, setIsDownloading] = useState(false);
const usingNetworkRef = useRef(false);
Expand Down
77 changes: 39 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,81 +23,82 @@
"framer-motion": "canary"
},
"pin": [
"eslint"
"eslint",
"zustand"
]
},
"dependencies": {
"@aws-sdk/client-s3": "3.645.0",
"@fastify/accepts": "4.3.0",
"@fastify/etag": "5.2.0",
"@fastify/helmet": "11.1.1",
"@fastify/http-proxy": "9.5.0",
"@fastify/static": "7.0.4",
"@fastify/view": "9.1.0",
"fastify": "4.28.1",
"@aws-sdk/client-s3": "3.670.0",
"@fastify/accepts": "5.0.1",
"@fastify/etag": "6.0.1",
"@fastify/helmet": "12.0.1",
"@fastify/http-proxy": "10.0.0",
"@fastify/static": "8.0.1",
"@fastify/view": "10.0.1",
"fastify": "5.0.0",
"mime": "4.0.4",
"minimatch": "10.0.1",
"pug": "3.0.3"
},
"devDependencies": {
"@aws-sdk/client-cloudfront": "3.645.0",
"@babel/core": "7.25.2",
"@babel/plugin-syntax-jsx": "7.24.7",
"@babel/plugin-syntax-typescript": "7.25.4",
"@aws-sdk/client-cloudfront": "3.670.0",
"@babel/core": "7.25.8",
"@babel/plugin-syntax-jsx": "7.25.7",
"@babel/plugin-syntax-typescript": "7.25.7",
"@radix-ui/react-compose-refs": "1.1.0",
"@react-aria/overlays": "3.23.2",
"@rspack/cli": "1.0.3",
"@rspack/core": "1.0.3",
"@react-aria/overlays": "3.23.3",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@rspack/plugin-react-refresh": "1.0.0",
"@stitches/react": "1.2.8",
"@swc/helpers": "0.5.13",
"@types/lodash-es": "4.17.12",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.1.3",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240904",
"babel-loader": "9.2.1",
"babel-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"chalk": "5.3.0",
"cli-table": "0.3.11",
"click-to-react-component": "1.1.0",
"core-js": "3.38.1",
"cssnano": "7.0.6",
"eslint": "8.56.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-8d8bd53-20240904",
"eslint-plugin-react-hooks": "0.0.0-experimental-4c58fce7-20240904",
"eslint-plugin-unused-imports": "4.1.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"eslint-plugin-react-hooks": "0.0.0-experimental-6cf85185-20241014",
"eslint-plugin-unused-imports": "4.1.4",
"framer-motion": "12.0.0-alpha.1",
"gzip-size": "7.0.0",
"history": "5.3.0",
"immer": "10.1.1",
"jszip": "3.10.1",
"lodash-es": "4.17.21",
"npm-run-all": "4.1.5",
"postcss": "8.4.45",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.2",
"postcss-preset-env": "10.0.7",
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"react": "0.0.0-experimental-4c58fce7-20240904",
"react-dom": "0.0.0-experimental-4c58fce7-20240904",
"react": "0.0.0-experimental-6cf85185-20241014",
"react-dom": "0.0.0-experimental-6cf85185-20241014",
"react-error-boundary": "4.0.13",
"react-fast-compare": "3.2.2",
"react-is": "0.0.0-experimental-4c58fce7-20240904",
"react-refresh": "0.0.0-experimental-4c58fce7-20240904",
"react-is": "0.0.0-experimental-6cf85185-20241014",
"react-refresh": "0.0.0-experimental-6cf85185-20241014",
"reselect": "5.1.1",
"scroll-into-view-if-needed": "3.1.0",
"shiki": "1.16.2",
"typescript": "5.5.4",
"shiki": "1.22.0",
"typescript": "5.6.3",
"use-context-selector": "2.0.0",
"zustand": "4.5.5"
},
"overrides": {
"react": "0.0.0-experimental-4c58fce7-20240904",
"react-dom": "0.0.0-experimental-4c58fce7-20240904",
"react-is": "0.0.0-experimental-4c58fce7-20240904",
"react-refresh": "0.0.0-experimental-4c58fce7-20240904"
"react": "0.0.0-experimental-6cf85185-20241014",
"react-dom": "0.0.0-experimental-6cf85185-20241014",
"react-is": "0.0.0-experimental-6cf85185-20241014",
"react-refresh": "0.0.0-experimental-6cf85185-20241014"
},
"scripts": {
"start": "run-p dev:js dev:server",
Expand All @@ -115,5 +116,5 @@
"lint": "eslint --ext .ts,.js,.tsx client/",
"prettier": "prettier --write \"{client,server,scripts}/**/*.{ts,tsx,js,mjs,md,css}\""
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}
Loading

0 comments on commit b1bc16e

Please sign in to comment.