afront 1.0.10 → 1.0.11

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 +2 -0
  2. package/package.json +27 -27
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # AFront
2
2
 
3
+ [![afront](https://snyk.io/advisor/npm-package/afront/badge.svg)](https://snyk.io/advisor/npm-package/afront/badge.svg)
4
+
3
5
  **AFront** is a powerful framework for building scalable, high-performance web applications with ease. This README provides instructions on how to get started with the project.
4
6
 
5
7
  ## 🚀 Getting Started
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "afront",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "AFront is a front-end JavaScript library designed to create seamless server-side rendered (SSSR) websites.",
5
5
  "main": "webpack.dev.js",
6
6
  "scripts": {
@@ -37,53 +37,53 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "dependencies": {
40
- "adm-zip": "^0.5.15",
41
- "afront": "^1.0.5",
40
+ "adm-zip": "^0.5.16",
41
+ "afront": "^1.0.11",
42
42
  "asggen-headtags": "^1.0.3",
43
43
  "babel-plugin-css-modules-transform": "^1.6.2",
44
44
  "babel-plugin-dynamic-import-node": "^2.3.3",
45
45
  "copy-webpack-plugin": "^12.0.2",
46
46
  "dotenv": "^16.4.5",
47
- "express-rate-limit": "^7.4.0",
48
- "extract-zip": "^2.0.0",
49
- "follow-redirects": "^1.15.6",
47
+ "express-rate-limit": "^7.4.1",
48
+ "extract-zip": "^2.0.1",
49
+ "follow-redirects": "^1.15.9",
50
50
  "fs-extra": "^11.2.0",
51
51
  "ignore-styles": "^5.0.1",
52
- "json5": "^1.0.2",
53
- "loader-utils": "^1.4.2",
54
- "react-router-dom": "^6.26.0",
52
+ "json5": "^2.2.3",
53
+ "loader-utils": "^3.3.1",
54
+ "react-router-dom": "^6.27.0",
55
55
  "readline-sync": "^1.4.10",
56
- "styled-components": "^6.1.12",
56
+ "styled-components": "^6.1.13",
57
57
  "terser-webpack-plugin": "^5.3.10",
58
- "postcss": "^8.4.31",
59
- "tmp": "^0.2.1"
58
+ "postcss": "^8.4.47",
59
+ "tmp": "^0.2.3"
60
60
  },
61
61
  "devDependencies": {
62
- "@babel/cli": "^7.24.8",
63
- "@babel/core": "^7.25.2",
64
- "@babel/preset-env": "^7.25.3",
65
- "@babel/preset-react": "^7.24.7",
66
- "@babel/register": "^7.24.6",
67
- "babel-loader": "^9.1.3",
68
- "css-loader": "^7.1.1",
62
+ "@babel/cli": "^7.25.9",
63
+ "@babel/core": "^7.26.0",
64
+ "@babel/preset-env": "^7.26.0",
65
+ "@babel/preset-react": "^7.25.9",
66
+ "@babel/register": "^7.25.9",
67
+ "babel-loader": "^9.2.1",
68
+ "css-loader": "^7.1.2",
69
69
  "css-minimizer-webpack-plugin": "^7.0.0",
70
- "express": "^4.19.2",
71
- "html-webpack-plugin": "^5.6.0",
70
+ "express": "^4.21.1",
71
+ "html-webpack-plugin": "^5.6.3",
72
72
  "ignore-styles": "^5.0.1",
73
- "json5": "^1.0.2",
74
- "mini-css-extract-plugin": "^2.9.0",
73
+ "json5": "^2.2.3",
74
+ "mini-css-extract-plugin": "^2.9.2",
75
75
  "patch-package": "^8.0.0",
76
76
  "react": "^18.3.1",
77
77
  "react-dom": "^18.3.1",
78
78
  "style-loader": "^4.0.0",
79
- "webpack": "^5.91.0",
79
+ "webpack": "^5.96.1",
80
80
  "webpack-cli": "^5.1.4",
81
- "webpack-dev-server": "^5.0.4",
81
+ "webpack-dev-server": "^5.1.0",
82
82
  "webpack-node-externals": "^3.0.0",
83
- "postcss": "^8.4.31"
83
+ "postcss": "^8.4.47"
84
84
  },
85
85
  "resolutions": {
86
- "loader-utils": "^1.4.2"
86
+ "loader-utils": "^3.3.1"
87
87
  },
88
88
  "bin": {
89
89
  "afront": "install.js"