Skip to content

Commit

Permalink
new: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
daonham committed Dec 16, 2021
1 parent 6537445 commit fabad11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@
"homepage": "https://github.com/LearnPress/LearnPress#readme",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.0.0",
"@wordpress/babel-preset-default": "^1.2.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"@wordpress/stylelint-config": "19.1.0",
"babel-loader": "^8.2.3",
"beepbeep": "^1.3.0",
"classnames": "^2.2.5",
"cross-env": "^5.1.5",
Expand Down Expand Up @@ -67,19 +64,15 @@
"react-redux": "^7.1.0",
"read-file": "^0.2.0",
"sass": "^1.43.4",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"stylelint": "^13.7.0",
"stylelint-config-wordpress": "^17.0.0",
"stylelint-order": "^4.1.0",
"uglify": "^0.1.5",
"uglify-js": "^3.13.9",
"uglifycss": "0.0.29",
"webpack-merge-and-include-globally": "^2.3.3",
"yargs": "^7.1.0"
},
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@learnpress/custom-templated-path-webpack-plugin": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

module.exports = {
extends: [ 'stylelint-config-wordpress/scss', 'prettier-stylelint/index.js' ],
extends: [ '@wordpress/stylelint-config', 'prettier-stylelint/index.js' ],
plugins: 'stylelint-order',
rules: {
'max-line-length': 255,
Expand Down

0 comments on commit fabad11

Please sign in to comment.