Skip to content

Commit

Permalink
feat: updated react-forget
Browse files Browse the repository at this point in the history
  • Loading branch information
denchiklut committed Oct 14, 2024
1 parent d624de1 commit 9c2ea39
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"plugins": [
"@loadable/babel-plugin",
["@babel/plugin-proposal-decorators", { "version": "legacy"}],
["babel-plugin-react-compiler", { "runtimeModule": "/config/react-forget" }],
["babel-plugin-react-compiler", { "target": "18" }],
"@babel/plugin-transform-runtime"
]
}
Expand Down
21 changes: 0 additions & 21 deletions config/react-forget/index.js

This file was deleted.

3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ export default [
version: 'detect'
}
}
}]
}
]
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"morgan": "^1.10.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"reflect-metadata": "^0.2.2",
"universal-cookie-express": "^7.2.0",
"universal-cookie-express": "^7.2.1",
"url-join": "^5.0.0",
"uuid": "^10.0.0",
"winston": "^3.15.0",
Expand All @@ -49,10 +49,10 @@
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/register": "7.25.7",
Expand All @@ -73,30 +73,30 @@
"@types/loadable__webpack-plugin": "^5.7.6",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.4",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.7.5",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/require-from-string": "^1.2.3",
"@types/serve-favicon": "^2.5.7",
"@types/uuid": "^10.0.0",
"@types/webpack-env": "^1.18.5",
"@types/webpack-node-externals": "^3.0.4",
"@types/webpack-stats-plugin": "^0.3.5",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-react-compiler": "^0.0.0-experimental-734b737-20241003",
"babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "7.1.2",
"cssnano": "^7.0.6",
"eslint": "^9.12.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-9a75bad-20241003",
"eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^15.10.0",
"globals": "^15.11.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.6",
Expand All @@ -110,19 +110,20 @@
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"react-compiler-runtime": "^0.0.0-experimental-8d8e73f-20241011",
"react-refresh": "^0.14.2",
"require-from-string": "^2.0.2",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"sass": "^1.79.5",
"sass-loader": "^16.0.2",
"serve-favicon": "^2.5.0",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.4.2",
Expand Down
Loading

0 comments on commit 9c2ea39

Please sign in to comment.