Skip to content

Commit

Permalink
Merge pull request #552 from ibi-group/metro-mode-selector-coreutils
Browse files Browse the repository at this point in the history
Metro mode selector: coreutils
  • Loading branch information
daniel-heppner-ibigroup authored Mar 10, 2023
2 parents 729c5a4 + d0aa4f1 commit 38ef32f
Show file tree
Hide file tree
Showing 13 changed files with 1,314 additions and 120 deletions.
6 changes: 6 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ module.exports = {
loader: ["json-loader", "yaml-loader"]
});

config.module.rules.push({
test: /\.graphql$/,
exclude: /node_modules/,
loader: 'graphql-tag/loader',
});

// Return the altered config
return config;
}
Expand Down
1 change: 1 addition & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
"babel-plugin-styled-components",
"@babel/plugin-transform-runtime",
"import-graphql",
"@babel/plugin-proposal-nullish-coalescing-operator"
],
"presets": [
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@babel/preset-react": "^7.10",
"@babel/preset-typescript": "^7.13.0",
"@formatjs/cli": "^4.2.32",
"@graphql-eslint/eslint-plugin": "^3.12.0",
"@semantic-release/git": "^9.0.0",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
Expand All @@ -44,6 +45,7 @@
"babel-eslint": "^10.0.3",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-import-graphql": "^2.8.1",
"babel-plugin-styled-components": "^1.10.0",
"core-js": "2",
"cross-env": "^7.0.3",
Expand All @@ -56,6 +58,7 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "7.14.3",
"flat": "^5.0.2",
"graphql-tag": "^2.12.6",
"husky": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@conveyal/lonlat": "^1.4.1",
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/geocoder": "^1.4.0",
"@styled-icons/foundation": "^10.34.0",
Expand All @@ -30,6 +31,6 @@
},
"devDependencies": {
"@types/chroma-js": "^2.1.4",
"@opentripplanner/types": "^4.0.6"
"@opentripplanner/types": "^5.0.0"
}
}
93 changes: 0 additions & 93 deletions packages/core-utils/src/__tests__/query-params.js

This file was deleted.

Loading

0 comments on commit 38ef32f

Please sign in to comment.