|
1 | 1 | { |
2 | 2 | "name": "@squirrel-forge/simple-webpack", |
3 | | - "version": "0.8.3", |
| 3 | + "version": "0.8.4", |
4 | 4 | "description": "A thin node wrapper for webpack with some basic options and configuration.", |
5 | 5 | "main": "src/classes/SimpleWebpack.js", |
6 | 6 | "scripts": { |
|
33 | 33 | "node": ">= 10.0.0" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@babel/core": "^7.16.7", |
37 | | - "@babel/eslint-parser": "^7.16.5", |
38 | | - "@babel/preset-env": "^7.16.8", |
39 | | - "@squirrel-forge/node-cfx": "^1.1.0", |
40 | | - "@squirrel-forge/node-util": "^1.3.0", |
| 36 | + "@babel/core": "^7.17.2", |
| 37 | + "@babel/eslint-parser": "^7.17.0", |
| 38 | + "@babel/preset-env": "^7.16.11", |
| 39 | + "@squirrel-forge/node-cfx": "^1.2.1", |
| 40 | + "@squirrel-forge/node-util": "^1.4.2", |
41 | 41 | "babel-loader": "^8.2.3", |
| 42 | + "cli-spinner": "^0.2.10", |
| 43 | + "directory-tree": "^3.2.1", |
42 | 44 | "eslint": "^7.32.0", |
43 | 45 | "eslint-webpack-plugin": "^3.1.1", |
44 | | - "webpack": "^5.66.0", |
| 46 | + "intercept-stdout": "^0.1.2", |
| 47 | + "webpack": "^5.68.0", |
45 | 48 | "webpack-bundle-analyzer": "^4.5.0", |
46 | 49 | "webpack-merge": "^5.8.0" |
47 | 50 | } |
|
0 commit comments