Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Jul 8, 2020
1 parent dbccfa5 commit d2c09ab
Show file tree
Hide file tree
Showing 10 changed files with 2,023 additions and 2,426 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ yarn-error.log*
node_modules

# Generated content
.eslintcache
.nyc_output
.stylelintcache
.temp
coverage
ui/dist
2,003 changes: 955 additions & 1,048 deletions package-lock.json

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"author": {
"name": "Fynn Becker",
"email": "post@fynn.be"
"email": "fynn@hey.com"
},
"homepage": "https://pangolinjs.org",
"repository": {
Expand All @@ -28,7 +28,7 @@
},
"bugs": {
"url": "https://github.com/pangolinjs/core/issues",
"email": "post@fynn.be"
"email": "fynn@hey.com"
},
"publishConfig": {
"access": "public"
Expand All @@ -41,27 +41,27 @@
],
"scripts": {
"prepack": "cd ui && npm run build",
"lint:js": "eslint --format codeframe --cache \"**/*.{js,vue}\"",
"lint:css": "stylelint --custom-formatter node_modules/stylelint-codeframe-formatter --cache \"**/*.{scss,vue}\"",
"lint:js": "eslint --format codeframe \"**/*.{js,vue}\"",
"lint:css": "stylelint --custom-formatter node_modules/stylelint-codeframe-formatter \"**/*.{scss,vue}\"",
"test:unit": "nyc ava",
"release": "standard-version"
},
"bin": {
"pangolin-core": "bin/pangolin-core.js"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/core": "^7.10.4",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.1.0",
"babel-loader": "^8.1.0",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.0",
"ci-info": "^2.0.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^3.5.3",
"commander": "^6.0.0-0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"eslint-loader": "^4.0.2",
"fast-glob": "^3.2.2",
"fast-glob": "^3.2.4",
"file-loader": "^6.0.0",
"lodash.merge": "^4.6.2",
"marked": "^1.1.0",
Expand All @@ -71,43 +71,43 @@
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"prismjs": "^1.20.0",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"stylelint-codeframe-formatter": "^1.0.4",
"stylelint-webpack-plugin": "^2.0.0",
"terser-webpack-plugin": "^3.0.3",
"webpack": "^5.0.0-beta.17",
"stylelint-webpack-plugin": "^2.1.0",
"terser-webpack-plugin": "^3.0.6",
"webpack": "^5.0.0-beta.21",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chain": "^6.4.0",
"webpack-chain": "^6.5.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^3.0.0-rc.0",
"webpack-merge": "^4.2.2",
"webpack-merge": "^5.0.8",
"webpackbar": "^4.0.0",
"ws": "^7.3.0"
"ws": "^7.3.1"
},
"devDependencies": {
"@pangolinjs/eslint-config": "^4.0.0",
"@pangolinjs/stylelint-config": "^2.0.1",
"ava": "^3.8.2",
"ava": "^3.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-ava": "^10.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-ava": "^10.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.0-alpha.5",
"eslint-plugin-vue": "^7.0.0-alpha.9",
"nyc": "^15.1.0",
"standard-version": "^8.0.0",
"stylelint": "^13.5.0",
"stylelint": "^13.6.1",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.17.2"
"stylelint-scss": "^3.18.0"
},
"peerDependencies": {
"eslint": "^7.1.0",
"stylelint": "^13.5.0"
"eslint": "^7.4.0",
"stylelint": "^13.6.1"
},
"engines": {
"node": ">= 12.10.0"
Expand Down
Loading

0 comments on commit d2c09ab

Please sign in to comment.