|
22 | 22 | "clean": "gulp clean", |
23 | 23 | "lint": "yarn lint:js && yarn lint:css", |
24 | 24 | "lint:js": "eslint app/scripts/ --ext .js", |
25 | | - "lint:css": "stylelint 'app/styles/**/**' 'app/scripts/**/*.js'" |
| 25 | + "lint:css": "stylelint 'app/styles/**/**' 'app/scripts/**/*.js'", |
| 26 | + "test": "echo 'No tests available'" |
26 | 27 | }, |
27 | 28 | "engines": { |
28 | 29 | "node": "16.x" |
29 | 30 | }, |
| 31 | + "browserslist": "> 0.5%, last 2 versions, not dead", |
30 | 32 | "devDependencies": { |
31 | | - "@babel/core": "^7.16.7", |
| 33 | + "@babel/core": "^7.18.2", |
32 | 34 | "@babel/eslint-parser": "^7.16.5", |
33 | 35 | "@babel/preset-env": "^7.16.8", |
34 | 36 | "@babel/preset-react": "^7.16.7", |
35 | | - "@parcel/reporter-bundle-analyzer": "^2.2.1", |
36 | | - "@parcel/reporter-bundle-buddy": "^2.2.1", |
37 | | - "@parcel/transformer-image": "2.2.1", |
| 37 | + "@parcel/reporter-bundle-analyzer": "^2.6.0", |
| 38 | + "@parcel/reporter-bundle-buddy": "^2.6.0", |
| 39 | + "@parcel/transformer-image": "2.6.0", |
38 | 40 | "del": "^6.0.0", |
39 | 41 | "eslint": "^8.7.0", |
40 | 42 | "eslint-config-prettier": "^8.3.0", |
41 | | - "eslint-config-react-app": "^7.0.0", |
| 43 | + "eslint-config-react-app": "^7.0.1", |
42 | 44 | "eslint-plugin-inclusive-language": "^2.2.0", |
43 | 45 | "eslint-plugin-prettier": "^4.0.0", |
44 | 46 | "eslint-plugin-react": "^7.28.0", |
45 | 47 | "eslint-plugin-react-hooks": "^4.3.0", |
46 | 48 | "fancy-log": "^2.0.0", |
47 | 49 | "fs-extra": "^10.0.0", |
48 | 50 | "gulp": "^4.0.2", |
49 | | - "parcel": "^2.2.1", |
| 51 | + "parcel": "^2.6.0", |
50 | 52 | "portscanner": "^2.2.0", |
51 | 53 | "posthtml-expressions": "^1.9.0", |
52 | 54 | "prettier": "^2.5.1", |
| 55 | + "process": "^0.11.10", |
53 | 56 | "stylelint": "^13.12", |
54 | 57 | "stylelint-config-recommended": "^3.0.0" |
55 | 58 | }, |
56 | 59 | "dependencies": { |
57 | | - "react": "^17.0.2", |
58 | | - "react-dom": "^17.0.2" |
| 60 | + "react": "^18.1.0", |
| 61 | + "react-dom": "^18.1.0" |
59 | 62 | } |
60 | 63 | } |
0 commit comments