Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 7745bc2f
authored
May 11, 2019
by
Simon Schick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: update dev dependencies and prep rc release
1 parent
c2cbd591
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
.travis.yml
package.json
.travis.yml
View file @
7745bc2
...
@@ -70,6 +70,8 @@ jobs:
...
@@ -70,6 +70,8 @@ jobs:
node_js
:
'
10'
node_js
:
'
10'
script
:
script
:
-
npm run semantic-release
-
npm run semantic-release
-
stage
:
docs
node_js
:
'
10'
before_deploy
:
before_deploy
:
-
npm run docs
-
npm run docs
deploy
:
deploy
:
...
@@ -82,4 +84,6 @@ stages:
...
@@ -82,4 +84,6 @@ stages:
-
lint
-
lint
-
test
-
test
-
name
:
release
-
name
:
release
if
:
(branch = master OR branch = beta) AND type = push AND fork = false
-
name
:
docs
if
:
branch = master AND type = push AND fork = false
if
:
branch = master AND type = push AND fork = false
package.json
View file @
7745bc2
...
@@ -46,10 +46,10 @@
...
@@ -46,10 +46,10 @@
"wkx"
:
"^0.4.6"
"wkx"
:
"^0.4.6"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@commitlint/cli"
:
"^7.
3.2
"
,
"@commitlint/cli"
:
"^7.
6.1
"
,
"@commitlint/config-angular"
:
"^7.
3.1
"
,
"@commitlint/config-angular"
:
"^7.
6.0
"
,
"@types/bluebird"
:
"^3.5.26"
,
"@types/bluebird"
:
"^3.5.26"
,
"@types/node"
:
"^10.1
2.27
"
,
"@types/node"
:
"^10.1
4.6
"
,
"@types/validator"
:
"^10.11.0"
,
"@types/validator"
:
"^10.11.0"
,
"big-integer"
:
"^1.6.42"
,
"big-integer"
:
"^1.6.42"
,
"chai"
:
"^4.x"
,
"chai"
:
"^4.x"
,
...
@@ -57,30 +57,30 @@
...
@@ -57,30 +57,30 @@
"chai-datetime"
:
"^1.x"
,
"chai-datetime"
:
"^1.x"
,
"chai-spies"
:
"^1.x"
,
"chai-spies"
:
"^1.x"
,
"cross-env"
:
"^5.2.0"
,
"cross-env"
:
"^5.2.0"
,
"env-cmd"
:
"^
8.0.0
"
,
"env-cmd"
:
"^
9.0.1
"
,
"esdoc"
:
"^1.1.0"
,
"esdoc"
:
"^1.1.0"
,
"esdoc-inject-style-plugin"
:
"^1.0.0"
,
"esdoc-inject-style-plugin"
:
"^1.0.0"
,
"esdoc-standard-plugin"
:
"^1.0.0"
,
"esdoc-standard-plugin"
:
"^1.0.0"
,
"eslint"
:
"^5.15.0"
,
"eslint"
:
"^5.15.0"
,
"eslint-plugin-jsdoc"
:
"^4.
1.1
"
,
"eslint-plugin-jsdoc"
:
"^4.
8.4
"
,
"eslint-plugin-mocha"
:
"^5.2.1"
,
"eslint-plugin-mocha"
:
"^5.2.1"
,
"husky"
:
"^
1.3.1
"
,
"husky"
:
"^
2.2.0
"
,
"js-combinatorics"
:
"^0.5.4"
,
"js-combinatorics"
:
"^0.5.4"
,
"lcov-result-merger"
:
"^3.0.0"
,
"lcov-result-merger"
:
"^3.0.0"
,
"lint-staged"
:
"^8.1.
5
"
,
"lint-staged"
:
"^8.1.
6
"
,
"mariadb"
:
"^2.0.
3
"
,
"mariadb"
:
"^2.0.
5
"
,
"markdownlint-cli"
:
"^0.1
4.1
"
,
"markdownlint-cli"
:
"^0.1
5.0
"
,
"mocha"
:
"^6.0.2"
,
"mocha"
:
"^6.0.2"
,
"mysql2"
:
"^1.6.5"
,
"mysql2"
:
"^1.6.5"
,
"nyc"
:
"^13.3.0"
,
"nyc"
:
"^13.3.0"
,
"pg"
:
"^7.
8.1
"
,
"pg"
:
"^7.
11.0
"
,
"pg-hstore"
:
"^2.x"
,
"pg-hstore"
:
"^2.x"
,
"pg-types"
:
"^2.0.0"
,
"pg-types"
:
"^2.0.0"
,
"rimraf"
:
"^2.6.3"
,
"rimraf"
:
"^2.6.3"
,
"semantic-release"
:
"^1
5.13.3
"
,
"semantic-release"
:
"^1
6.0.0-beta.19
"
,
"sinon"
:
"^7.2.6"
,
"sinon"
:
"^7.2.6"
,
"sinon-chai"
:
"^3.2.0"
,
"sinon-chai"
:
"^3.2.0"
,
"sqlite3"
:
"^4.0.
6
"
,
"sqlite3"
:
"^4.0.
8
"
,
"tedious"
:
"^6.0.0"
,
"tedious"
:
"^6.0.0"
,
"typescript"
:
"^3.3.3333"
"typescript"
:
"^3.3.3333"
},
},
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment