Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed Sep 5, 2024
1 parent 9478f0e commit cdabf40
Show file tree
Hide file tree
Showing 5 changed files with 1,220 additions and 1,620 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": "23.1.1"
"puppeteer-core": "23.3.0"
}
}
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"react": "experimental",
"react-dom": "experimental",
"react-is": "experimental",
"react-refresh": "experimental"
"react-refresh": "experimental",
"framer-motion": "canary"
},
"pin": [
"eslint"
]
},
"dependencies": {
"@aws-sdk/client-s3": "3.637.0",
"@aws-sdk/client-s3": "3.645.0",
"@fastify/accepts": "4.3.0",
"@fastify/etag": "5.2.0",
"@fastify/helmet": "11.1.1",
Expand All @@ -39,7 +40,7 @@
"pug": "3.0.3"
},
"devDependencies": {
"@aws-sdk/client-cloudfront": "3.637.0",
"@aws-sdk/client-cloudfront": "3.645.0",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
Expand All @@ -51,56 +52,56 @@
"@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": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.1.3",
"babel-plugin-polyfill-corejs3": "0.10.6",
"babel-plugin-react-compiler": "0.0.0-experimental-48eb8f4-20240822",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240904",
"chalk": "5.3.0",
"cli-table": "0.3.11",
"click-to-react-component": "1.1.0",
"core-js": "3.38.1",
"cssnano": "7.0.5",
"cssnano": "7.0.6",
"eslint": "8.56.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-72f06b2-20240822",
"eslint-plugin-react-hooks": "0.0.0-experimental-b57d2823-20240822",
"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",
"framer-motion": "11.3.30",
"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.41",
"postcss": "8.4.45",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.2",
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"react": "0.0.0-experimental-b57d2823-20240822",
"react-dom": "0.0.0-experimental-b57d2823-20240822",
"react": "0.0.0-experimental-4c58fce7-20240904",
"react-dom": "0.0.0-experimental-4c58fce7-20240904",
"react-error-boundary": "4.0.13",
"react-fast-compare": "3.2.2",
"react-is": "0.0.0-experimental-b57d2823-20240822",
"react-refresh": "0.0.0-experimental-b57d2823-20240822",
"react-is": "0.0.0-experimental-4c58fce7-20240904",
"react-refresh": "0.0.0-experimental-4c58fce7-20240904",
"reselect": "5.1.1",
"scroll-into-view-if-needed": "3.1.0",
"shiki": "1.14.1",
"shiki": "1.16.2",
"source-map-loader": "5.0.0",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.5.4",
"use-context-selector": "2.0.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-dev-server": "5.1.0",
"zustand": "4.5.5"
},
"overrides": {
"react": "0.0.0-experimental-b57d2823-20240822",
"react-dom": "0.0.0-experimental-b57d2823-20240822",
"react-is": "0.0.0-experimental-b57d2823-20240822",
"react-refresh": "0.0.0-experimental-b57d2823-20240822"
"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"
},
"scripts": {
"start": "run-p dev:js dev:server",
Expand Down
Loading

0 comments on commit cdabf40

Please sign in to comment.