create-application-template 2.5.0 → 2.5.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.babelrc +6 -3
  2. package/package.json +7 -6
package/.babelrc CHANGED
@@ -14,11 +14,14 @@
14
14
  "@babel/plugin-transform-runtime",
15
15
  {
16
16
  "regenerator": true
17
- },
18
- "react-refresh/babel"
19
- ]
17
+ }
18
+ ],
19
+ "babel-plugin-react-compiler"
20
20
  ],
21
21
  "env": {
22
+ "development": {
23
+ "plugins": ["react-refresh/babel"]
24
+ },
22
25
  "test": {
23
26
  // to mock webpack's require.context in jest
24
27
  "plugins": ["transform-require-context"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-beta.1",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -50,8 +50,8 @@
50
50
  "dotenv-flow": "4.1.0",
51
51
  "husky": "9.1.7",
52
52
  "polished": "4.3.1",
53
- "react": "18.3.1",
54
- "react-dom": "18.3.1",
53
+ "react": "19.1.1",
54
+ "react-dom": "19.1.1",
55
55
  "styled-components": "6.1.15",
56
56
  "yargs": "17.7.2"
57
57
  },
@@ -68,14 +68,15 @@
68
68
  "@testing-library/user-event": "14.6.1",
69
69
  "@types/jest": "30.0.0",
70
70
  "@types/node": "20.12.12",
71
- "@types/react": "18.3.2",
72
- "@types/react-dom": "18.3.0",
71
+ "@types/react": "19.1.13",
72
+ "@types/react-dom": "19.1.9",
73
73
  "@types/styled-components": "5.1.34",
74
74
  "@types/webpack-env": "1.18.8",
75
75
  "@typescript-eslint/eslint-plugin": "6.5.0",
76
76
  "@typescript-eslint/parser": "6.5.0",
77
77
  "babel-jest": "30.2.0",
78
78
  "babel-loader": "10.0.0",
79
+ "babel-plugin-react-compiler": "19.1.0-rc.3",
79
80
  "babel-plugin-styled-components": "2.1.4",
80
81
  "babel-plugin-transform-require-context": "0.1.1",
81
82
  "case-sensitive-paths-webpack-plugin": "2.4.0",
@@ -90,7 +91,7 @@
90
91
  "eslint-plugin-import": "2.31.0",
91
92
  "eslint-plugin-jsx-a11y": "6.10.2",
92
93
  "eslint-plugin-react": "7.37.4",
93
- "eslint-plugin-react-hooks": "5.2.0",
94
+ "eslint-plugin-react-hooks": "6.0.0-rc.2",
94
95
  "html-webpack-plugin": "5.6.3",
95
96
  "identity-obj-proxy": "3.0.0",
96
97
  "jest": "30.2.0",