Skip to content

Commit 3c42b97

Browse files
committed
chore(remove lockfile to process): remove lockfile to process
1 parent e82314b commit 3c42b97

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-yarn-
3535
3636
- name: Install dependencies
37-
run: yarn --frozen-lockfile
37+
run: yarn
3838

3939
- name: Build
4040
run: yarn build

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ temp
55
dist
66
# todo - get story book only when releasing.
77
storybook-static
8-
.parcel-cache
8+
.parcel-cache
9+
yarn.lock

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"phoenix": "rm -rf ./node_modules && rm -f yarn.lock && yarn install --prefer-online"
3131
},
3232
"peerDependencies": {
33-
"@types/sortablejs": "^1.10.0",
33+
"@types/sortablejs": "1",
3434
"react": ">=16.9.0",
3535
"react-dom": ">=16.9.0",
36-
"sortablejs": "^1.10.0"
36+
"sortablejs": "1"
3737
},
3838
"dependencies": {
39-
"classnames": "^2.2.6",
40-
"tiny-invariant": "^1.1.0"
39+
"classnames": "2.3.1",
40+
"tiny-invariant": "1.2.0"
4141
},
4242
"devDependencies": {
4343
"@commitlint/cli": "^11.0.0",

0 commit comments

Comments
 (0)