Skip to content

Commit

Permalink
[fix] ESM error of Babel configuration
Browse files Browse the repository at this point in the history
[optimize] reduce Dependency size
  • Loading branch information
TechQuery committed Oct 16, 2024
1 parent 7910bf4 commit 4c7529d
Show file tree
Hide file tree
Showing 5 changed files with 811 additions and 1,152 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
presets: [
// https://babeljs.io/docs/babel-preset-react
[
Expand Down
3 changes: 1 addition & 2 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/lab": "6.0.0-beta.11",
"@mui/material": "^6.1.3",
"@mui/material": "^6.1.4",
"@sentry/nextjs": "^8.34.0",
"file-type": "^19.6.0",
"koajax": "^3.0.2",
"lodash": "^4.17.21",
"mobx": "^6.13.3",
"mobx": "^6.13.4",
"mobx-github": "^0.3.4",
"mobx-i18n": "^0.6.0",
"mobx-lark": "^2.0.0-rc.3",
Expand Down Expand Up @@ -59,12 +59,13 @@
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.9.0"
},
"resolutions": {
"native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.1"
"native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.1",
"next": "$next"
},
"prettier": {
"plugins": [
Expand Down
Loading

1 comment on commit 4c7529d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for idea2app ready!

✅ Preview
https://idea2app-b820wupwg-techquerys-projects.vercel.app

Built with commit 4c7529d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.