create-application-template 1.6.0 → 2.0.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/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-application-template",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "provides a configured application template for you to build upon",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -41,77 +41,77 @@
|
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"proxy": "http://localhost:3000",
|
|
43
43
|
"engines": {
|
|
44
|
-
"node": ">=18.
|
|
44
|
+
"node": ">=20.18.3"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"browserslist": "4.24.
|
|
48
|
-
"concurrently": "
|
|
47
|
+
"browserslist": "4.24.4",
|
|
48
|
+
"concurrently": "9.1.2",
|
|
49
49
|
"dotenv-flow": "4.1.0",
|
|
50
|
-
"husky": "9.
|
|
50
|
+
"husky": "9.1.7",
|
|
51
51
|
"polished": "4.3.1",
|
|
52
52
|
"react": "18.3.1",
|
|
53
53
|
"react-dom": "18.3.1",
|
|
54
|
-
"styled-components": "6.1.
|
|
54
|
+
"styled-components": "6.1.15",
|
|
55
55
|
"yargs": "17.7.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@babel/core": "7.
|
|
59
|
-
"@babel/plugin-transform-runtime": "7.
|
|
60
|
-
"@babel/preset-env": "7.
|
|
61
|
-
"@babel/preset-react": "7.
|
|
62
|
-
"@babel/preset-typescript": "7.
|
|
63
|
-
"@babel/runtime": "7.
|
|
58
|
+
"@babel/core": "7.26.9",
|
|
59
|
+
"@babel/plugin-transform-runtime": "7.26.9",
|
|
60
|
+
"@babel/preset-env": "7.26.9",
|
|
61
|
+
"@babel/preset-react": "7.26.3",
|
|
62
|
+
"@babel/preset-typescript": "7.26.0",
|
|
63
|
+
"@babel/runtime": "7.26.9",
|
|
64
64
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
|
65
|
-
"@testing-library/jest-dom": "6.
|
|
66
|
-
"@testing-library/react": "
|
|
67
|
-
"@testing-library/user-event": "14.
|
|
68
|
-
"@types/jest": "29.5.
|
|
65
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
66
|
+
"@testing-library/react": "16.2.0",
|
|
67
|
+
"@testing-library/user-event": "14.6.1",
|
|
68
|
+
"@types/jest": "29.5.14",
|
|
69
69
|
"@types/node": "20.12.12",
|
|
70
70
|
"@types/react": "18.3.2",
|
|
71
71
|
"@types/react-dom": "18.3.0",
|
|
72
72
|
"@types/styled-components": "5.1.34",
|
|
73
|
-
"@types/webpack-env": "1.18.
|
|
73
|
+
"@types/webpack-env": "1.18.8",
|
|
74
74
|
"@typescript-eslint/eslint-plugin": "6.5.0",
|
|
75
75
|
"@typescript-eslint/parser": "6.5.0",
|
|
76
76
|
"babel-jest": "29.7.0",
|
|
77
|
-
"babel-loader": "
|
|
77
|
+
"babel-loader": "10.0.0",
|
|
78
78
|
"babel-plugin-styled-components": "2.1.4",
|
|
79
79
|
"babel-plugin-transform-require-context": "0.1.1",
|
|
80
80
|
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
81
81
|
"confusing-browser-globals": "1.0.11",
|
|
82
|
-
"copy-webpack-plugin": "
|
|
82
|
+
"copy-webpack-plugin": "13.0.0",
|
|
83
83
|
"css-loader": "7.1.2",
|
|
84
84
|
"css-minimizer-webpack-plugin": "7.0.0",
|
|
85
85
|
"dotenv-webpack": "8.1.0",
|
|
86
|
-
"eslint": "8.
|
|
87
|
-
"eslint-plugin-compat": "6.0.
|
|
86
|
+
"eslint": "8.57.1",
|
|
87
|
+
"eslint-plugin-compat": "6.0.2",
|
|
88
88
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
89
|
-
"eslint-plugin-import": "2.
|
|
90
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
91
|
-
"eslint-plugin-react": "7.
|
|
92
|
-
"eslint-plugin-react-hooks": "
|
|
93
|
-
"html-webpack-plugin": "5.6.
|
|
89
|
+
"eslint-plugin-import": "2.31.0",
|
|
90
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
91
|
+
"eslint-plugin-react": "7.37.4",
|
|
92
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
93
|
+
"html-webpack-plugin": "5.6.3",
|
|
94
94
|
"identity-obj-proxy": "3.0.0",
|
|
95
95
|
"jest": "29.7.0",
|
|
96
96
|
"jest-environment-jsdom": "29.7.0",
|
|
97
97
|
"jest-extended": "4.0.2",
|
|
98
98
|
"jest-styled-components": "7.2.0",
|
|
99
99
|
"jest-watch-typeahead": "2.2.2",
|
|
100
|
-
"mini-css-extract-plugin": "2.9.
|
|
100
|
+
"mini-css-extract-plugin": "2.9.2",
|
|
101
101
|
"postcss-styled-components": "0.2.1",
|
|
102
|
-
"react-refresh": "0.
|
|
102
|
+
"react-refresh": "0.16.0",
|
|
103
103
|
"style-loader": "4.0.0",
|
|
104
|
-
"stylelint": "16.
|
|
105
|
-
"stylelint-config-recess-order": "
|
|
104
|
+
"stylelint": "16.15.0",
|
|
105
|
+
"stylelint-config-recess-order": "6.0.0",
|
|
106
106
|
"stylelint-config-standard": "36.0.0",
|
|
107
|
-
"stylelint-no-unsupported-browser-features": "8.0.
|
|
108
|
-
"terser-webpack-plugin": "5.3.
|
|
109
|
-
"typescript": "5.
|
|
110
|
-
"webpack": "5.
|
|
111
|
-
"webpack-cli": "
|
|
112
|
-
"webpack-dev-server": "5.0
|
|
107
|
+
"stylelint-no-unsupported-browser-features": "8.0.4",
|
|
108
|
+
"terser-webpack-plugin": "5.3.12",
|
|
109
|
+
"typescript": "5.8.2",
|
|
110
|
+
"webpack": "5.98.0",
|
|
111
|
+
"webpack-cli": "6.0.1",
|
|
112
|
+
"webpack-dev-server": "5.2.0",
|
|
113
113
|
"webpack-manifest-plugin": "5.0.0",
|
|
114
|
-
"webpack-merge": "
|
|
114
|
+
"webpack-merge": "6.0.1",
|
|
115
115
|
"whatwg-fetch": "3.6.20"
|
|
116
116
|
}
|
|
117
117
|
}
|