File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ jobs:
15
15
name : 🤔
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
19
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
18
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19
+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
20
20
with :
21
21
cache : npm
22
22
node-version : lts/*
23
23
- run : npm ci --ignore-scripts --only-dev
24
- - uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
24
+ - uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
25
25
with :
26
26
path : node_modules/.cache/prettier/.prettier-cache
27
27
key : prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
28
28
- name : check if workflows needs prettier
29
29
run : npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1)
30
30
- run : npx prettier --ignore-path .gitignore --cache --write .
31
- - uses : EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag= v9
31
+ - uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
32
32
with :
33
33
default_author : github_actions
34
34
commit : --no-verify
Original file line number Diff line number Diff line change 39
39
"scroll-into-view-if-needed" : " ^3.1.0"
40
40
},
41
41
"devDependencies" : {
42
- "@sanity/pkg-utils" : " ^2.2.8 " ,
43
- "@sanity/semantic-release-preset" : " ^4.0.0 " ,
42
+ "@sanity/pkg-utils" : " ^2.4.10 " ,
43
+ "@sanity/semantic-release-preset" : " ^4.1.8 " ,
44
44
"@types/jest" : " ^26.0.24" ,
45
- "babel- eslint" : " ^10.1 .0" ,
45
+ "@ babel/ eslint-parser " : " ^7.11 .0" ,
46
46
"eslint" : " ^7.32.0" ,
47
- "eslint-config-prettier" : " ^8.3 .0" ,
48
- "eslint-plugin-import" : " ^2.25.3 " ,
49
- "eslint-plugin-react" : " ^7.27.0 " ,
47
+ "eslint-config-prettier" : " ^8.10 .0" ,
48
+ "eslint-plugin-import" : " ^2.30.0 " ,
49
+ "eslint-plugin-react" : " ^7.35.2 " ,
50
50
"jest" : " ^26.6.3" ,
51
51
"jest-junit" : " ^12.3.0" ,
52
- "prettier" : " ^2.8.4 " ,
52
+ "prettier" : " ^2.8.8 " ,
53
53
"prettier-package-json" : " ^2.8.0" ,
54
54
"rimraf" : " ^3.0.2" ,
55
- "semantic-release" : " ^20.1.1 " ,
55
+ "semantic-release" : " ^20.1.3 " ,
56
56
"ts-jest" : " ^26.5.6" ,
57
- "typescript" : " ^4.4.4 "
57
+ "typescript" : " ^4.9.5 "
58
58
},
59
59
"keywords" : [
60
60
" behavior-smooth" ,
You can’t perform that action at this time.
0 commit comments