|
18 | 18 | "homepage": "https://github.com/stimulus-components/stimulus-checkbox-select-all", |
19 | 19 | "private": false, |
20 | 20 | "main": "dist/stimulus-checkbox-select-all.umd.js", |
21 | | - "module": "dist/stimulus-checkbox-select-all.es.js", |
| 21 | + "module": "dist/stimulus-checkbox-select-all.mjs", |
22 | 22 | "scripts": { |
23 | 23 | "format": "prettier-standard '**/*.{ts,css,html}' --format", |
24 | 24 | "lint": "prettier-standard '**/*.{ts,css,html}' --lint", |
25 | 25 | "dev": "vite", |
26 | | - "prod": "vite build --config /dev/null", |
| 26 | + "prod": "vite build --mode netlify", |
27 | 27 | "build": "tsc --noEmit && vite build", |
28 | 28 | "version": "yarn build", |
29 | 29 | "test": "BABEL_ENV=test jest", |
30 | 30 | "np": "np --no-2fa" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@babel/core": "7.17.9", |
| 33 | + "@babel/core": "7.20.7", |
34 | 34 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
35 | 35 | "@babel/polyfill": "^7.12.1", |
36 | | - "@babel/preset-env": "7.16.11", |
37 | | - "@babel/preset-typescript": "^7.16.7", |
38 | | - "@hotwired/stimulus": "^3.0.1", |
39 | | - "@types/jest": "^27.4.1", |
40 | | - "babel-jest": "^27.5.1", |
41 | | - "jest": "^27.5.1", |
| 36 | + "@babel/preset-env": "7.20.2", |
| 37 | + "@babel/preset-typescript": "^7.18.6", |
| 38 | + "@hotwired/stimulus": "^3.2.1", |
| 39 | + "@types/jest": "^29.2.4", |
| 40 | + "autoprefixer": "^10.4.13", |
| 41 | + "babel-jest": "^29.3.1", |
| 42 | + "jest": "^29.3.1", |
| 43 | + "jest-environment-jsdom": "^29.3.1", |
42 | 44 | "mutationobserver-shim": "^0.3.7", |
43 | | - "np": "^7.6.1", |
| 45 | + "np": "^7.6.2", |
| 46 | + "postcss": "^8.4.20", |
44 | 47 | "prettier-standard": "16.4.1", |
45 | | - "typescript": "^4.6.3", |
46 | | - "vite": "^2.9.5" |
| 48 | + "tailwindcss": "^3.2.4", |
| 49 | + "typescript": "^4.9.4", |
| 50 | + "vite": "^4.0.3" |
47 | 51 | }, |
48 | 52 | "peerDependencies": { |
49 | | - "@hotwired/stimulus": "^3.0.0" |
| 53 | + "@hotwired/stimulus": "^3.2.1" |
50 | 54 | }, |
51 | 55 | "jest": { |
52 | 56 | "setupFiles": [ |
|
0 commit comments