weboptimizer 2.0.1450 → 2.0.1451

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 (1) hide show
  1. package/package.json +69 -69
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1450",
3
+ "version": "2.0.1451",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -86,76 +86,76 @@
86
86
  },
87
87
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
88
88
  "dependencies": {
89
- "@babel/core": "*",
90
- "@babel/plugin-proposal-class-properties": "*",
91
- "@babel/plugin-proposal-decorators": "*",
92
- "@babel/plugin-proposal-nullish-coalescing-operator": "*",
93
- "@babel/plugin-transform-runtime": "*",
94
- "@babel/preset-env": "*",
95
- "@babel/preset-typescript": "*",
96
- "@babel/runtime": "*",
97
- "babel-loader": "*",
98
- "babel-plugin-transform-modern-regexp": "*",
99
- "babel-preset-minify": "*",
100
- "clientnode": "^3.0.1128",
101
- "ejs": "*",
102
- "exports-loader": "*",
103
- "extract-loader": "*",
104
- "glob-all": "*",
105
- "html-loader": "*",
106
- "html-minifier": "*",
107
- "html-webpack-plugin": "*",
108
- "imports-loader": "*",
109
- "jest-environment-jsdom": "*",
110
- "rimraf": ">=5",
111
- "script-loader": "*",
112
- "typescript": "*",
113
- "webpack": "*",
114
- "webpack-cli": "*",
115
- "webpack-sources": "*"
89
+ "@babel/core": "^7.24.0",
90
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
91
+ "@babel/plugin-proposal-decorators": "^7.24.0",
92
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
93
+ "@babel/plugin-transform-runtime": "^7.24.0",
94
+ "@babel/preset-env": "^7.24.0",
95
+ "@babel/preset-typescript": "^7.23.3",
96
+ "@babel/runtime": "^7.24.0",
97
+ "babel-loader": "^9.1.3",
98
+ "babel-plugin-transform-modern-regexp": "^0.0.6",
99
+ "babel-preset-minify": "^0.5.2",
100
+ "clientnode": "^3.0.1130",
101
+ "ejs": "^3.1.9",
102
+ "exports-loader": "^5.0.0",
103
+ "extract-loader": "^5.1.0",
104
+ "glob-all": "^3.3.1",
105
+ "html-loader": "^5.0.0",
106
+ "html-minifier": "^4.0.0",
107
+ "html-webpack-plugin": "^5.6.0",
108
+ "imports-loader": "^5.0.0",
109
+ "jest-environment-jsdom": "^29.7.0",
110
+ "rimraf": "^5.0.5",
111
+ "script-loader": "^0.7.2",
112
+ "typescript": "^5.3.3",
113
+ "webpack": "^5.90.3",
114
+ "webpack-cli": "^5.1.4",
115
+ "webpack-sources": "^3.2.3"
116
116
  },
117
117
  "devDependencies": {
118
- "@babel/cli": "*",
119
- "@babel/eslint-parser": "*",
120
- "@types/ejs": "*",
121
- "@types/html-minifier": "*",
122
- "@types/html-minifier-terser": "*",
123
- "@types/imagemin": "*",
124
- "@types/node": "*",
125
- "@types/postcss-import": "*",
126
- "@types/postcss-url": "*",
127
- "@types/webpack-env": "*",
128
- "@types/webpack-sources": "*",
129
- "@typescript-eslint/eslint-plugin": "*",
130
- "@typescript-eslint/parser": "*",
131
- "css-loader": "*",
132
- "cssnano": "*",
133
- "documentation-website": "*",
134
- "eslint": "*",
135
- "eslint-config-google": "*",
136
- "eslint-plugin-jsdoc": "*",
137
- "favicons": "*",
138
- "favicons-webpack-plugin": "*",
139
- "image-minimizer-webpack-plugin": "*",
140
- "jest": "*",
141
- "jsdoc": "*",
142
- "mini-css-extract-plugin": "*",
143
- "mkdirp": "*",
144
- "node-fetch": "*",
145
- "postcss": "*",
146
- "postcss-fontpath": "*",
147
- "postcss-import": "*",
148
- "postcss-loader": "*",
149
- "postcss-preset-env": "*",
150
- "postcss-sprites": "*",
151
- "postcss-url": "*",
152
- "shx": "*",
153
- "style-loader": "*",
154
- "stylelint": "*",
155
- "stylelint-config-standard": "*",
156
- "stylelint-config-standard-scss": "*",
157
- "typescript-plugin-css-modules": "*",
158
- "workbox-webpack-plugin": "*"
118
+ "@babel/cli": "^7.23.9",
119
+ "@babel/eslint-parser": "^7.23.10",
120
+ "@types/ejs": "^3.1.5",
121
+ "@types/html-minifier": "^4.0.5",
122
+ "@types/html-minifier-terser": "^7.0.2",
123
+ "@types/imagemin": "^8.0.5",
124
+ "@types/node": "^20.11.24",
125
+ "@types/postcss-import": "^14.0.3",
126
+ "@types/postcss-url": "^10.0.4",
127
+ "@types/webpack-env": "^1.18.4",
128
+ "@types/webpack-sources": "^3.2.3",
129
+ "@typescript-eslint/eslint-plugin": "^7.1.0",
130
+ "@typescript-eslint/parser": "^7.1.0",
131
+ "css-loader": "^6.10.0",
132
+ "cssnano": "^6.0.5",
133
+ "documentation-website": "^1.0.325",
134
+ "eslint": "^8.57.0",
135
+ "eslint-config-google": "^0.14.0",
136
+ "eslint-plugin-jsdoc": "^48.2.0",
137
+ "favicons": "^7.1.5",
138
+ "favicons-webpack-plugin": "^6.0.1",
139
+ "image-minimizer-webpack-plugin": "^4.0.0",
140
+ "jest": "^29.7.0",
141
+ "jsdoc": "^4.0.2",
142
+ "mini-css-extract-plugin": "^2.8.1",
143
+ "mkdirp": "^3.0.1",
144
+ "node-fetch": "^3.3.2",
145
+ "postcss": "^8.4.35",
146
+ "postcss-fontpath": "^1.0.0",
147
+ "postcss-import": "^16.0.1",
148
+ "postcss-loader": "^8.1.1",
149
+ "postcss-preset-env": "^9.4.0",
150
+ "postcss-sprites": "^4.2.1",
151
+ "postcss-url": "^10.1.3",
152
+ "shx": "^0.3.4",
153
+ "style-loader": "^3.3.4",
154
+ "stylelint": "^16.2.1",
155
+ "stylelint-config-standard": "^36.0.0",
156
+ "stylelint-config-standard-scss": "^13.0.0",
157
+ "typescript-plugin-css-modules": "^5.1.0",
158
+ "workbox-webpack-plugin": "^7.0.0"
159
159
  },
160
160
  "peerDependencies": {
161
161
  "@babel/eslint-parser": "*",