Skip to content

Commit fe80c29

Browse files
Bump dependencies
1 parent 51f960d commit fe80c29

File tree

2 files changed

+2088
-1951
lines changed

2 files changed

+2088
-1951
lines changed

package.json

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,44 @@
88
"homepage": "https://github.com/stimulus-components/stimulus-rails-nested-form",
99
"private": false,
1010
"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",
1212
"scripts": {
1313
"format": "prettier-standard '**/*.{ts,css,html}' --format",
1414
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
1515
"dev": "vite",
16-
"prod": "vite build --config /dev/null",
16+
"prod": "vite build --mode netlify",
1717
"build": "tsc --noEmit && vite build",
1818
"version": "yarn build",
1919
"test": "BABEL_ENV=test jest",
2020
"np": "np --no-2fa"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.17.0",
23+
"@babel/core": "7.20.7",
2424
"@babel/plugin-syntax-class-properties": "7.12.13",
2525
"@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",
3335
"mutationobserver-shim": "^0.3.7",
34-
"np": "^7.6.0",
36+
"np": "^7.6.2",
37+
"postcss": "^8.4.20",
3538
"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"
3842
},
3943
"jest": {
4044
"setupFiles": [
4145
"<rootDir>/jest/jest-setup.js"
4246
]
4347
},
4448
"peerDependencies": {
45-
"@hotwired/stimulus": "^3.0.0"
49+
"@hotwired/stimulus": "^3.2.1"
4650
}
4751
}

0 commit comments

Comments
 (0)