Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed May 10, 2024
1 parent c333579 commit 128e519
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 159 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prettier/prettier": "error",
"arrow-body-style": "off",
"import/no-named-as-default": "off",
"import/no-named-as-default-member": "off"
"import/no-named-as-default-member": "off",
"import/no-amd": "off"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"cypress": "13.8.1",
"esbuild": "0.20.2",
"cypress": "13.9.0",
"esbuild": "0.21.1",
"eslint": "8",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.0.3",
"eslint-plugin-cypress": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"fixpack": "4.0.0",
"husky": "9.0.11",
"is-ci": "3.0.1",
"jsdoc": "4.0.3",
"jsdoc-export-default-interop": "0.3.1",
"jsts": "2.11.1",
"jsts": "2.11.3",
"lint-staged": "15.2.2",
"ol": "8",
"prettier": "3.2.5",
Expand All @@ -43,7 +43,7 @@
"cy:test": "start-server-and-test start http://127.0.0.1:8000 cy:run",
"doc": "jsdoc -p -r -c jsdoc_conf.json src -d doc README.md && shx cp build/bundle.js index.js",
"format": "prettier --write 'cypress/integration/*.js' 'src/**/*.js' && eslint 'src/**/*.js' --fix && stylelint 'style/**/*.css' 'src/**/*.css' 'src/**/*.scss' --fix",
"lint": "eslint 'cypress/e2e/**/*.js' 'src/**/*.js' && stylelint 'style/**/*.css' 'src/**/*.css' 'src/**/*.scss'",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint 'cypress/e2e/**/*.js' 'src/**/*.js' && stylelint 'style/**/*.css' 'src/**/*.css' 'src/**/*.scss'",
"prepare": "is-ci || husky install",
"publish:beta": "yarn release -- --prerelease beta --skip.changelog && yarn build && git push origin HEAD && git push --tags && yarn publish --tag beta",
"publish:beta:dryrun": "yarn release -- --prerelease beta --dry-run --skip.changelog",
Expand Down
Loading

0 comments on commit 128e519

Please sign in to comment.