Skip to content

Commit 003bbe3

Browse files
Update dependencies (#63)
1 parent c1915d9 commit 003bbe3

File tree

8 files changed

+1833
-2247
lines changed

8 files changed

+1833
-2247
lines changed

docs/index.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/style.css

Lines changed: 373 additions & 564 deletions
Large diffs are not rendered by default.

javascript/package-lock.json

Lines changed: 1417 additions & 1639 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,50 +50,50 @@
5050
},
5151
"homepage": "https://github.com/cucumber/cucumber-expressions#readme",
5252
"devDependencies": {
53-
"@codemirror/commands": "^0.19.5",
54-
"@codemirror/rangeset": "^0.19.1",
55-
"@codemirror/state": "^0.19.2",
56-
"@codemirror/tooltip": "^0.19.3",
57-
"@codemirror/view": "^0.19.9",
53+
"@codemirror/commands": "0.19.6",
54+
"@codemirror/rangeset": "0.19.5",
55+
"@codemirror/state": "0.19.6",
56+
"@codemirror/tooltip": "0.19.10",
57+
"@codemirror/view": "0.19.37",
5858
"@headlessui/react": "1.4.2",
59-
"@stryker-mutator/core": "^5.4.1",
60-
"@stryker-mutator/mocha-runner": "^5.4.1",
59+
"@stryker-mutator/core": "5.5.1",
60+
"@stryker-mutator/mocha-runner": "5.5.1",
6161
"@tailwindcss/forms": "0.4.0",
62-
"@types/glob": "^7.1.4",
62+
"@types/glob": "7.2.0",
6363
"@types/js-yaml": "4.0.5",
6464
"@types/mocha": "9.0.0",
65-
"@types/node": "16.11.18",
65+
"@types/node": "17.0.7",
6666
"@types/react": "17.0.38",
6767
"@types/react-dom": "17.0.11",
68-
"@types/react-router-dom": "^5.3.1",
68+
"@types/react-router-dom": "5.3.2",
6969
"@typescript-eslint/eslint-plugin": "5.9.0",
7070
"@typescript-eslint/parser": "5.9.0",
7171
"autoprefixer": "10.4.1",
7272
"esbuild": "0.14.10",
73-
"eslint": "7.32.0",
73+
"eslint": "8.6.0",
7474
"eslint-config-prettier": "8.3.0",
7575
"eslint-plugin-import": "2.25.4",
7676
"eslint-plugin-node": "11.1.0",
7777
"eslint-plugin-prettier": "4.0.0",
7878
"eslint-plugin-react": "7.28.0",
7979
"eslint-plugin-react-hooks": "4.3.0",
8080
"eslint-plugin-simple-import-sort": "7.0.0",
81-
"glob": "^7.2.0",
81+
"glob": "7.2.0",
8282
"js-yaml": "4.1.0",
8383
"mocha": "9.1.3",
8484
"npm-check-updates": "12.1.0",
8585
"postcss": "8.4.5",
8686
"postcss-cli": "9.1.0",
8787
"prettier": "2.5.1",
8888
"pretty-quick": "3.1.3",
89-
"query-string": "^7.0.1",
89+
"query-string": "7.0.1",
9090
"react": "17.0.2",
9191
"react-dom": "17.0.2",
92-
"react-router-dom": "^6.0.0",
92+
"react-router-dom": "5.3.0",
9393
"tailwindcss": "3.0.9",
9494
"ts-node": "10.4.0",
9595
"typescript": "4.5.4",
96-
"use-query-params": "^1.2.3"
96+
"use-query-params": "1.2.3"
9797
},
9898
"dependencies": {
9999
"regexp-match-indices": "1.0.2"

javascript/tailwind.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
purge: ['../docs/index.html', './try/*.tsx'],
3-
darkMode: false, // or 'media' or 'class'
2+
content: ['../docs/index.html', './try/*.tsx'],
3+
darkMode: 'media',
44
theme: {
55
extend: {},
66
},

javascript/try/Try.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
GeneratedExpression,
1010
ParameterType,
1111
ParameterTypeRegistry,
12-
} from '../src/index'
12+
} from '../src/index.js'
1313
import { ExpressionEditor } from './codemirror/ExpressionEditor.js'
1414
import { TextEditor } from './codemirror/TextEditor.js'
1515
import { CopyButton } from './useCopyToClipboard.js'

javascript/try/codemirror/theme.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ export const baseTheme = EditorView.theme({
1717
'.cm-content': {
1818
caretColor: '#ffffff',
1919
},
20-
'&.cm-focused': {
21-
outline: '2px solid #000000',
20+
'&.cm-editor.cm-focused': {
21+
outline: '3px solid #000000',
2222
},
2323
'&.cm-focused .cm-selectionBackground, ::selection': {
24-
outline: '2px solid #000000',
2524
backgroundColor: '#785EF0',
2625
},
2726
'.cm-arg': {

0 commit comments

Comments
 (0)