Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
11f90499
Commit
11f90499
authored
Aug 14, 2019
by
Šimon Podlipský
Committed by
Torkel Ödegaard
Aug 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Fail build if yarn.lock is not up to date (#18555)
* Fail build if yarn.lock is not up to date * Update yarn.lock
parent
7f8f3fa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
.circleci/config.yml
+1
-1
yarn.lock
+20
-0
No files found.
.circleci/config.yml
View file @
11f90499
...
@@ -173,7 +173,7 @@ jobs:
...
@@ -173,7 +173,7 @@ jobs:
key
:
dependency-cache-{{ checksum "yarn.lock" }}
key
:
dependency-cache-{{ checksum "yarn.lock" }}
-
run
:
-
run
:
name
:
yarn install
name
:
yarn install
command
:
'
yarn
install
--
pure
-lockfile
--no-progress'
command
:
'
yarn
install
--
frozen
-lockfile
--no-progress'
no_output_timeout
:
15m
no_output_timeout
:
15m
-
save_cache
:
-
save_cache
:
key
:
dependency-cache-{{ checksum "yarn.lock" }}
key
:
dependency-cache-{{ checksum "yarn.lock" }}
...
...
yarn.lock
View file @
11f90499
...
@@ -6614,6 +6614,14 @@ create-react-context@^0.2.1:
...
@@ -6614,6 +6614,14 @@ create-react-context@^0.2.1:
fbjs "^0.8.0"
fbjs "^0.8.0"
gud "^1.0.0"
gud "^1.0.0"
create-react-context@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c"
integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==
dependencies:
gud "^1.0.0"
warning "^4.0.3"
cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5:
cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5:
version "6.0.5"
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
...
@@ -16757,6 +16765,18 @@ react-popper@1.3.3, react-popper@^1.3.3:
...
@@ -16757,6 +16765,18 @@ react-popper@1.3.3, react-popper@^1.3.3:
typed-styles "^0.0.7"
typed-styles "^0.0.7"
warning "^4.0.2"
warning "^4.0.2"
react-popper@1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.4.tgz#f0cd3b0d30378e1f663b0d79bcc8614221652ced"
integrity sha512-9AcQB29V+WrBKk6X7p0eojd1f25/oJajVdMZkywIoAV6Ag7hzE1Mhyeup2Q1QnvFRtGQFQvtqfhlEoDAPfKAVA==
dependencies:
"@babel/runtime" "^7.1.2"
create-react-context "^0.3.0"
popper.js "^1.14.4"
prop-types "^15.6.1"
typed-styles "^0.0.7"
warning "^4.0.2"
react-portal@^3.1.0:
react-portal@^3.1.0:
version "3.2.0"
version "3.2.0"
resolved "https://registry.yarnpkg.com/react-portal/-/react-portal-3.2.0.tgz#4224e19b2b05d5cbe730a7ba0e34ec7585de0043"
resolved "https://registry.yarnpkg.com/react-portal/-/react-portal-3.2.0.tgz#4224e19b2b05d5cbe730a7ba0e34ec7585de0043"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment