|
8 | 8 | "homepage": "https://github.com/stimulus-components/stimulus-rails-nested-form",
|
9 | 9 | "private": false,
|
10 | 10 | "main": "dist/stimulus-rails-nested-form.umd.js",
|
11 |
| - "module": "dist/stimulus-rails-nested-form.es.js", |
| 11 | + "module": "dist/stimulus-rails-nested-form.mjs", |
12 | 12 | "scripts": {
|
13 | 13 | "format": "prettier-standard '**/*.{ts,css,html}' --format",
|
14 | 14 | "lint": "prettier-standard '**/*.{ts,css,html}' --lint",
|
15 | 15 | "dev": "vite",
|
16 |
| - "prod": "vite build --config /dev/null", |
| 16 | + "prod": "vite build --mode netlify", |
17 | 17 | "build": "tsc --noEmit && vite build",
|
18 | 18 | "version": "yarn build",
|
19 | 19 | "test": "BABEL_ENV=test jest",
|
20 | 20 | "np": "np --no-2fa"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@babel/core": "7.17.0", |
| 23 | + "@babel/core": "7.20.7", |
24 | 24 | "@babel/plugin-syntax-class-properties": "7.12.13",
|
25 | 25 | "@babel/polyfill": "^7.12.1",
|
26 |
| - "@babel/preset-env": "^7.16.11", |
27 |
| - "@babel/preset-typescript": "^7.16.7", |
28 |
| - "@hotwired/stimulus": "^3.0.1", |
29 |
| - "@testing-library/dom": "^8.11.3", |
30 |
| - "@types/jest": "^27.4.0", |
31 |
| - "babel-jest": "^27.4.6", |
32 |
| - "jest": "^27.4.7", |
| 26 | + "@babel/preset-env": "^7.20.2", |
| 27 | + "@babel/preset-typescript": "^7.18.6", |
| 28 | + "@hotwired/stimulus": "^3.2.1", |
| 29 | + "@testing-library/dom": "^8.19.1", |
| 30 | + "@types/jest": "^29.2.4", |
| 31 | + "autoprefixer": "^10.4.13", |
| 32 | + "babel-jest": "^29.3.1", |
| 33 | + "jest": "^29.3.1", |
| 34 | + "jest-environment-jsdom": "^29.3.1", |
33 | 35 | "mutationobserver-shim": "^0.3.7",
|
34 |
| - "np": "^7.6.0", |
| 36 | + "np": "^7.6.2", |
| 37 | + "postcss": "^8.4.20", |
35 | 38 | "prettier-standard": "16.4.1",
|
36 |
| - "typescript": "^4.5.5", |
37 |
| - "vite": "^2.7.13" |
| 39 | + "tailwindcss": "^3.2.4", |
| 40 | + "typescript": "^4.9.4", |
| 41 | + "vite": "^4.0.3" |
38 | 42 | },
|
39 | 43 | "jest": {
|
40 | 44 | "setupFiles": [
|
41 | 45 | "<rootDir>/jest/jest-setup.js"
|
42 | 46 | ]
|
43 | 47 | },
|
44 | 48 | "peerDependencies": {
|
45 |
| - "@hotwired/stimulus": "^3.0.0" |
| 49 | + "@hotwired/stimulus": "^3.2.1" |
46 | 50 | }
|
47 | 51 | }
|
0 commit comments