create-application-template 2.4.0 → 2.5.0-beta.0

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.
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.4.0",
3
+ "version": "2.5.0-beta.0",
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
  },
@@ -63,19 +63,20 @@
63
63
  "@babel/preset-typescript": "7.26.0",
64
64
  "@babel/runtime": "7.26.10",
65
65
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
66
- "@testing-library/jest-dom": "6.6.3",
66
+ "@testing-library/jest-dom": "6.9.1",
67
67
  "@testing-library/react": "16.2.0",
68
68
  "@testing-library/user-event": "14.6.1",
69
- "@types/jest": "29.5.14",
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
- "babel-jest": "29.7.0",
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,14 +91,14 @@
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
- "jest": "29.7.0",
97
- "jest-environment-jsdom": "29.7.0",
98
- "jest-extended": "4.0.2",
97
+ "jest": "30.2.0",
98
+ "jest-environment-jsdom": "30.2.0",
99
+ "jest-extended": "7.0.0",
99
100
  "jest-styled-components": "7.2.0",
100
- "jest-watch-typeahead": "2.2.2",
101
+ "jest-watch-typeahead": "3.0.1",
101
102
  "mini-css-extract-plugin": "2.9.2",
102
103
  "postcss-styled-components": "0.2.1",
103
104
  "react-refresh": "0.16.0",
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`renders title 1`] = `
4
4
  {
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`styled with palette colors 1`] = `
4
4
  .c0 {
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`renders text and children 1`] = `
4
4
  {