Skip to content

Commit fdf10a8

Browse files
Bump dependencies and node
1 parent 394f468 commit fdf10a8

File tree

5 files changed

+1531
-2256
lines changed

5 files changed

+1531
-2256
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.16.1
1+
14.18.0

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- **Breaking** Upgrading Stimulus to `3.x` and change namespace from `stimulus` to `@hotwired/stimulus`.
1212
- Using default value option for `wrapperSelector`.
13+
- Upgrading dependencies
1314

1415
## [3.0.0] - 2021-05-09
1516

package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,21 @@
2020
"np": "np --no-2fa"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.11.6",
24-
"@babel/plugin-syntax-class-properties": "7.10.4",
23+
"@babel/core": "7.15.5",
24+
"@babel/plugin-syntax-class-properties": "7.12.13",
2525
"@babel/polyfill": "^7.12.1",
26-
"@babel/preset-env": "^7.14.1",
27-
"@babel/preset-typescript": "^7.13.0",
26+
"@babel/preset-env": "^7.15.6",
27+
"@babel/preset-typescript": "^7.15.0",
2828
"@hotwired/stimulus": "^3.0.0",
29-
"@snowpack/plugin-babel": "2.1.3",
30-
"@testing-library/dom": "^7.30.4",
31-
"@types/jest": "^26.0.14",
32-
"babel-jest": "^26.5.2",
33-
"jest": "^26.5.3",
29+
"@testing-library/dom": "^8.7.2",
30+
"@types/jest": "^27.0.2",
31+
"babel-jest": "^27.2.4",
32+
"jest": "^27.2.4",
3433
"mutationobserver-shim": "^0.3.7",
3534
"np": "^7.5.0",
3635
"prettier-standard": "16.4.1",
37-
"typescript": "^4.2.4",
38-
"vite": "^2.2.4"
36+
"typescript": "^4.4.3",
37+
"vite": "^2.6.3"
3938
},
4039
"jest": {
4140
"setupFiles": [

spec/index.test.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @jest-environment jsdom
3+
*/
4+
15
import { Application } from '@hotwired/stimulus'
26
import NestedForm from '../src/index'
37

0 commit comments

Comments
 (0)