create-application-template 1.6.1 → 2.1.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/README.md +1 -1
  2. package/package.json +34 -33
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FdaveKontro%2Fcreate-application-template%2Fmain%2Fpackage.json&query=%24.version&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAEnRFWHRfcV9pY29PcmlnRGVwdGgAMzLV4rjsAAABRUlEQVQ4jcWSP0tCYRyFz++9gV3KCEoroxZxSiLEoCT7MwUGrQ1tfoD28AMEFTQ1F40OOWVLcPMSDqENrU0SBHUpQrA/cr2nQTEwSm8QnfGF5znnhR/w35HWh0LuYUsoYZara9HV0RcAMAyjy6uFjwi+Tc/7k98Krs4fZym1CxFRNfJYHJUCAApTSrgOAEKsRBb9p18E+fyt7rH1MwFjP24mrquV5/hMIlQGAAUA6XRa67b1TFu4Xjnp6e0/yWZvPE1BcHhpA+ByW7g5AnNDPX2bjS9QiqZVEshYpwIAoEOrTF9ACqY1ooA7N/Bn1IT6HViPbVdFAKCYuy+JqHFXNPHkrQwG6gtE23HbLsLdUELeFQBE4gP74mCPJDuBa5CDqbhvG2i9RMOKQkOSDmJQCILUG3WvdFDSlFySzmFkwW+6Xfx3+QCAd27zrNWLdgAAAABJRU5ErkJggg==&label=version&labelColor=%23454145&color=%23cec2eb)
2
2
  ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FdaveKontro%2Fcreate-application-template%2Fmain%2Fpackage.json&query=%24.engines.node&logo=nodedotjs&label=node&labelColor=%23454145&color=%23cec2eb)
3
- ![Static Badge](https://img.shields.io/badge/npm-v10.2.4-%23cec2eb?logo=npm&labelColor=%23454145)
3
+ ![Static Badge](https://img.shields.io/badge/npm->=v10-%23cec2eb?logo=npm&labelColor=%23454145)
4
4
 
5
5
  # Create Application Template
6
6
  This project aims to provide a configured application template for you to build upon.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "1.6.1",
3
+ "version": "2.1.1",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -41,7 +41,8 @@
41
41
  "license": "MIT",
42
42
  "proxy": "http://localhost:3000",
43
43
  "engines": {
44
- "node": ">=18.19.1"
44
+ "node": ">=20",
45
+ "npm": ">=10"
45
46
  },
46
47
  "dependencies": {
47
48
  "browserslist": "4.24.4",
@@ -55,63 +56,63 @@
55
56
  "yargs": "17.7.2"
56
57
  },
57
58
  "devDependencies": {
58
- "@babel/core": "7.24.5",
59
- "@babel/plugin-transform-runtime": "7.24.3",
60
- "@babel/preset-env": "7.24.5",
61
- "@babel/preset-react": "7.24.1",
62
- "@babel/preset-typescript": "7.24.1",
63
- "@babel/runtime": "7.24.5",
59
+ "@babel/core": "7.26.9",
60
+ "@babel/plugin-transform-runtime": "7.26.9",
61
+ "@babel/preset-env": "7.26.9",
62
+ "@babel/preset-react": "7.26.3",
63
+ "@babel/preset-typescript": "7.26.0",
64
+ "@babel/runtime": "7.26.10",
64
65
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
65
- "@testing-library/jest-dom": "6.4.5",
66
- "@testing-library/react": "15.0.7",
67
- "@testing-library/user-event": "14.5.2",
68
- "@types/jest": "29.5.12",
66
+ "@testing-library/jest-dom": "6.6.3",
67
+ "@testing-library/react": "16.2.0",
68
+ "@testing-library/user-event": "14.6.1",
69
+ "@types/jest": "29.5.14",
69
70
  "@types/node": "20.12.12",
70
71
  "@types/react": "18.3.2",
71
72
  "@types/react-dom": "18.3.0",
72
73
  "@types/styled-components": "5.1.34",
73
- "@types/webpack-env": "1.18.5",
74
+ "@types/webpack-env": "1.18.8",
74
75
  "@typescript-eslint/eslint-plugin": "6.5.0",
75
76
  "@typescript-eslint/parser": "6.5.0",
76
77
  "babel-jest": "29.7.0",
77
- "babel-loader": "9.1.3",
78
+ "babel-loader": "10.0.0",
78
79
  "babel-plugin-styled-components": "2.1.4",
79
80
  "babel-plugin-transform-require-context": "0.1.1",
80
81
  "case-sensitive-paths-webpack-plugin": "2.4.0",
81
82
  "confusing-browser-globals": "1.0.11",
82
- "copy-webpack-plugin": "12.0.2",
83
+ "copy-webpack-plugin": "13.0.0",
83
84
  "css-loader": "7.1.2",
84
85
  "css-minimizer-webpack-plugin": "7.0.0",
85
86
  "dotenv-webpack": "8.1.0",
86
- "eslint": "8.56.0",
87
- "eslint-plugin-compat": "6.0.1",
87
+ "eslint": "8.57.1",
88
+ "eslint-plugin-compat": "6.0.2",
88
89
  "eslint-plugin-eslint-comments": "3.2.0",
89
- "eslint-plugin-import": "2.29.1",
90
- "eslint-plugin-jsx-a11y": "6.8.0",
91
- "eslint-plugin-react": "7.33.2",
92
- "eslint-plugin-react-hooks": "4.6.0",
93
- "html-webpack-plugin": "5.6.0",
90
+ "eslint-plugin-import": "2.31.0",
91
+ "eslint-plugin-jsx-a11y": "6.10.2",
92
+ "eslint-plugin-react": "7.37.4",
93
+ "eslint-plugin-react-hooks": "5.2.0",
94
+ "html-webpack-plugin": "5.6.3",
94
95
  "identity-obj-proxy": "3.0.0",
95
96
  "jest": "29.7.0",
96
97
  "jest-environment-jsdom": "29.7.0",
97
98
  "jest-extended": "4.0.2",
98
99
  "jest-styled-components": "7.2.0",
99
100
  "jest-watch-typeahead": "2.2.2",
100
- "mini-css-extract-plugin": "2.9.0",
101
+ "mini-css-extract-plugin": "2.9.2",
101
102
  "postcss-styled-components": "0.2.1",
102
- "react-refresh": "0.14.2",
103
+ "react-refresh": "0.16.0",
103
104
  "style-loader": "4.0.0",
104
- "stylelint": "16.5.0",
105
- "stylelint-config-recess-order": "5.0.1",
105
+ "stylelint": "16.15.0",
106
+ "stylelint-config-recess-order": "6.0.0",
106
107
  "stylelint-config-standard": "36.0.0",
107
- "stylelint-no-unsupported-browser-features": "8.0.1",
108
- "terser-webpack-plugin": "5.3.10",
109
- "typescript": "5.4.5",
110
- "webpack": "5.94.0",
111
- "webpack-cli": "5.1.4",
112
- "webpack-dev-server": "5.0.4",
108
+ "stylelint-no-unsupported-browser-features": "8.0.4",
109
+ "terser-webpack-plugin": "5.3.12",
110
+ "typescript": "5.8.2",
111
+ "webpack": "5.98.0",
112
+ "webpack-cli": "6.0.1",
113
+ "webpack-dev-server": "5.2.0",
113
114
  "webpack-manifest-plugin": "5.0.0",
114
- "webpack-merge": "5.10.0",
115
+ "webpack-merge": "6.0.1",
115
116
  "whatwg-fetch": "3.6.20"
116
117
  }
117
118
  }