Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed Jun 24, 2024
1 parent e8df954 commit 55918cf
Show file tree
Hide file tree
Showing 4 changed files with 2,245 additions and 2,149 deletions.
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": "22.10.0"
"puppeteer-core": "22.12.0"
}
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@
]
},
"dependencies": {
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/client-s3": "3.600.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.27.0",
"fastify": "4.28.0",
"mime": "4.0.3",
"minimatch": "9.0.4",
"pug": "3.0.3"
},
"devDependencies": {
"@aws-sdk/client-cloudfront": "3.583.0",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.13",
"@radix-ui/react-compose-refs": "1.0.1",
"@aws-sdk/client-cloudfront": "3.600.0",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@radix-ui/react-compose-refs": "1.1.0",
"@react-aria/overlays": "3.22.1",
"@stitches/react": "1.2.8",
"@types/lodash-es": "4.17.12",
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react@19.0.0-rc.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"babel-plugin-polyfill-corejs3": "0.10.4",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"chalk": "5.3.0",
"cli-table": "0.3.11",
"click-to-react-component": "1.1.0",
"core-js": "3.37.1",
"cssnano": "7.0.1",
"cssnano": "7.0.3",
"eslint": "8.56.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"eslint-plugin-react-hooks": "0.0.0-experimental-935180c7e0-20240524",
"eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601",
"eslint-plugin-react-hooks": "0.0.0-experimental-3563387fe3-20240621",
"eslint-plugin-unused-imports": "4.0.0",
"framer-motion": "11.2.6",
"framer-motion": "11.2.11",
"gzip-size": "7.0.0",
"history": "5.3.0",
"immer": "10.1.1",
Expand All @@ -77,30 +77,30 @@
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.14",
"postcss-scss": "4.0.9",
"prettier": "3.2.5",
"react": "0.0.0-experimental-935180c7e0-20240524",
"react-dom": "0.0.0-experimental-935180c7e0-20240524",
"prettier": "3.3.2",
"react": "0.0.0-experimental-3563387fe3-20240621",
"react-dom": "0.0.0-experimental-3563387fe3-20240621",
"react-error-boundary": "4.0.13",
"react-fast-compare": "3.2.2",
"react-is": "0.0.0-experimental-935180c7e0-20240524",
"react-refresh": "0.0.0-experimental-935180c7e0-20240524",
"reselect": "5.1.0",
"react-is": "0.0.0-experimental-3563387fe3-20240621",
"react-refresh": "0.0.0-experimental-3563387fe3-20240621",
"reselect": "5.1.1",
"scroll-into-view-if-needed": "3.1.0",
"shiki": "1.6.0",
"shiki": "1.9.0",
"source-map-loader": "5.0.0",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.4.5",
"typescript": "5.5.2",
"use-context-selector": "2.0.0",
"webpack": "5.91.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"zustand": "4.5.2"
},
"overrides": {
"react": "0.0.0-experimental-935180c7e0-20240524",
"react-dom": "0.0.0-experimental-935180c7e0-20240524",
"react-is": "0.0.0-experimental-935180c7e0-20240524",
"react-refresh": "0.0.0-experimental-935180c7e0-20240524"
"react": "0.0.0-experimental-3563387fe3-20240621",
"react-dom": "0.0.0-experimental-3563387fe3-20240621",
"react-is": "0.0.0-experimental-3563387fe3-20240621",
"react-refresh": "0.0.0-experimental-3563387fe3-20240621"
},
"scripts": {
"start": "run-p dev:js dev:server",
Expand All @@ -118,5 +118,5 @@
"lint": "eslint --ext .ts,.js,.tsx client/",
"prettier": "prettier --write \"{client,server,scripts}/**/*.{ts,tsx,js,mjs,md,css}\""
},
"packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
Loading

0 comments on commit 55918cf

Please sign in to comment.