Skip to content

Commit

Permalink
feat: upgrade to grumbler scripts 8 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjones404 authored Nov 9, 2022
1 parent 08d8e1d commit f475c24
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* @flow */

module.exports = {
extends: require.resolve(
"@krakenjs/grumbler-scripts/config/.eslintrc-browser"
),
extends: "@krakenjs/eslint-config-grumbler/eslintrc-browser",

rules: {
"react/style-prop-object": "off",
Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@krakenjs/grumbler-scripts/config/.babelrc-browser"
"extends": "@krakenjs/babel-config-grumbler/babel-browser"
}
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @flow */
/* eslint import/no-default-export: off */

import { getKarmaConfig } from "@krakenjs/grumbler-scripts/config/karma.conf";
import { getKarmaConfig } from "@krakenjs/karma-config-grumbler";

import { WEBPACK_CONFIG_TEST } from "./webpack.config";

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@krakenjs/grumbler-scripts": "^7.0.0",
"@krakenjs/grumbler-scripts": "^8.0.1",
"cross-env": "^7.0.3",
"flow-bin": "0.155.0",
"flow-typed": "^3.8.0",
"husky": "^8.0.1",
"jest": "^29.3.0",
"lint-staged": "^13.0.3",
"mocha": "9.2.0",
"prettier": "2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @flow */
/* eslint import/no-nodejs-modules: off, import/no-default-export: off */

import { getWebpackConfig } from "@krakenjs/grumbler-scripts/config/webpack.config";
import { getWebpackConfig } from "@krakenjs/webpack-config-grumbler";

const FILE_NAME = "paypal-sdk-logos";
const MODULE_NAME = "paypalLogos";
Expand Down

0 comments on commit f475c24

Please sign in to comment.