Skip to content

Commit 1aa9ca8

Browse files
chore(deps): update non-major
1 parent d4dc238 commit 1aa9ca8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/prettier.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
name: 🤔
1616
runs-on: ubuntu-latest
1717
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
2020
with:
2121
cache: npm
2222
node-version: lts/*
2323
- run: npm ci --ignore-scripts --only-dev
24-
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
24+
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
2525
with:
2626
path: node_modules/.cache/prettier/.prettier-cache
2727
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
2828
- name: check if workflows needs prettier
2929
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)
3030
- 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
3232
with:
3333
default_author: github_actions
3434
commit: --no-verify

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
"scroll-into-view-if-needed": "^3.1.0"
4040
},
4141
"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",
4444
"@types/jest": "^26.0.24",
45-
"babel-eslint": "^10.1.0",
45+
"@babel/eslint-parser": "^7.11.0",
4646
"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",
5050
"jest": "^26.6.3",
5151
"jest-junit": "^12.3.0",
52-
"prettier": "^2.8.4",
52+
"prettier": "^2.8.8",
5353
"prettier-package-json": "^2.8.0",
5454
"rimraf": "^3.0.2",
55-
"semantic-release": "^20.1.1",
55+
"semantic-release": "^20.1.3",
5656
"ts-jest": "^26.5.6",
57-
"typescript": "^4.4.4"
57+
"typescript": "^4.9.5"
5858
},
5959
"keywords": [
6060
"behavior-smooth",

0 commit comments

Comments
 (0)