Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit c277ba6

Browse files
Bump dependencies
1 parent 7346989 commit c277ba6

File tree

2 files changed

+1989
-2008
lines changed

2 files changed

+1989
-2008
lines changed

package.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,39 @@
1818
"homepage": "https://github.com/stimulus-components/stimulus-checkbox-select-all",
1919
"private": false,
2020
"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",
2222
"scripts": {
2323
"format": "prettier-standard '**/*.{ts,css,html}' --format",
2424
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
2525
"dev": "vite",
26-
"prod": "vite build --config /dev/null",
26+
"prod": "vite build --mode netlify",
2727
"build": "tsc --noEmit && vite build",
2828
"version": "yarn build",
2929
"test": "BABEL_ENV=test jest",
3030
"np": "np --no-2fa"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.17.9",
33+
"@babel/core": "7.20.7",
3434
"@babel/plugin-syntax-class-properties": "^7.12.13",
3535
"@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",
4244
"mutationobserver-shim": "^0.3.7",
43-
"np": "^7.6.1",
45+
"np": "^7.6.2",
46+
"postcss": "^8.4.20",
4447
"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"
4751
},
4852
"peerDependencies": {
49-
"@hotwired/stimulus": "^3.0.0"
53+
"@hotwired/stimulus": "^3.2.1"
5054
},
5155
"jest": {
5256
"setupFiles": [

0 commit comments

Comments
 (0)