File tree 6 files changed +1639
-2658
lines changed
6 files changed +1639
-2658
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Node.js
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : 12
18
+ node-version : 16
19
19
- name : Install dependencies
20
20
run : yarn
21
21
- name : Release
Original file line number Diff line number Diff line change 18
18
- name : Setup Node.js
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : 12
21
+ node-version : 16
22
22
23
23
- name : Get yarn cache directory path
24
24
id : yarn-cache-dir-path
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import type { Config } from '@jest/types';
2
2
3
3
export default {
4
4
testEnvironment : 'jsdom' ,
5
+ testEnvironmentOptions : {
6
+ url : 'https://jestjs.io' ,
7
+ } ,
5
8
roots : [ '<rootDir>/src' ] ,
6
9
transform : {
7
10
'^.+\\.tsx?$' : 'babel-jest' ,
Original file line number Diff line number Diff line change 30
30
},
31
31
"peerDependencies" : {
32
32
"next" : " >=10.0.0" ,
33
- "react" : " 16.x || 17.x" ,
34
- "react-dom" : " 16.x || 17.x"
33
+ "react" : " 16.x || 17.x || 18.x " ,
34
+ "react-dom" : " 16.x || 17.x || 18.x "
35
35
},
36
36
"dependencies" : {
37
37
"cookie" : " ^0.4.1" ,
108
108
"rollup-plugin-svg" : " ^2.0.0" ,
109
109
"rollup-plugin-terser" : " 7.0.2" ,
110
110
"rollup-plugin-typescript2" : " 0.29.0" ,
111
- "semantic-release" : " 17.3 .3" ,
111
+ "semantic-release" : " 19.0 .3" ,
112
112
"ts-jest" : " 26.4.4" ,
113
113
"ts-loader" : " 8.0.16" ,
114
114
"ts-node" : " ^9.1.1" ,
You can’t perform that action at this time.
0 commit comments