|
1 | 1 | { |
2 | 2 | "name": "sails-react-bootstrap-webpack", |
3 | | - "version": "4.2.2", |
| 3 | + "version": "4.2.3", |
4 | 4 | "description": "An opinionated base configuration of Sails, with Webpack for React support, and Bootstrap for styling. A start-up in a box!", |
5 | 5 | "keywords": [ |
6 | 6 | "sails", |
|
13 | 13 | ], |
14 | 14 | "dependencies": { |
15 | 15 | "csrf": "3.1.0", |
| 16 | + "extract-zip": "^2.0.1", |
16 | 17 | "json-stringify-safe": "5.0.1", |
17 | 18 | "lodash": "4.17.21", |
18 | 19 | "moment-timezone": "0.5.43", |
|
26 | 27 | "superagent": "8.1.2" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@babel/core": "7.22.17", |
| 30 | + "@babel/core": "7.23.0", |
30 | 31 | "@babel/eslint-parser": "7.22.15", |
31 | | - "@babel/preset-env": "7.22.15", |
| 32 | + "@babel/preset-env": "7.22.20", |
32 | 33 | "@babel/preset-react": "7.22.15", |
33 | 34 | "@popperjs/core": "2.11.8", |
34 | 35 | "babel-loader": "9.1.3", |
35 | | - "bootstrap": "5.3.1", |
36 | | - "chai": "4.3.8", |
| 36 | + "bootstrap": "5.3.2", |
| 37 | + "chai": "4.3.10", |
37 | 38 | "chai-spies": "1.0.0", |
38 | 39 | "chai-uuid": "1.0.6", |
39 | 40 | "copy-webpack-plugin": "11.0.0", |
40 | | - "core-js": "3.32.2", |
| 41 | + "core-js": "3.33.0", |
41 | 42 | "css-loader": "6.8.1", |
42 | | - "eslint": "8.49.0", |
| 43 | + "eslint": "8.50.0", |
43 | 44 | "eslint-plugin-react": "7.33.2", |
44 | 45 | "favicons": "7.1.4", |
45 | 46 | "favicons-webpack-plugin": "6.0.1", |
46 | 47 | "file-loader": "6.2.0", |
47 | | - "fixted": "4.2.1", |
| 48 | + "fixted": "4.2.2", |
48 | 49 | "html-webpack-plugin": "5.5.3", |
49 | 50 | "mini-css-extract-plugin": "2.7.6", |
50 | 51 | "mocha": "10.2.0", |
51 | 52 | "npm-run-all": "4.1.5", |
52 | 53 | "nyc": "15.1.0", |
53 | 54 | "prop-types": "15.8.1", |
54 | 55 | "react": "18.2.0", |
55 | | - "react-bootstrap": "v2.8.0", |
| 56 | + "react-bootstrap": "v2.9.0", |
56 | 57 | "react-dom": "18.2.0", |
57 | 58 | "react-router-dom": "6.16.0", |
58 | 59 | "readline-sync": "1.4.10", |
59 | | - "sass": "1.67.0", |
| 60 | + "sass": "1.68.0", |
60 | 61 | "sass-loader": "13.3.2", |
61 | 62 | "style-loader": "3.3.3", |
62 | 63 | "supertest": "6.3.3", |
|
0 commit comments