Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Aug 12, 2023
1 parent 56d2c47 commit d0323bd
Show file tree
Hide file tree
Showing 2 changed files with 604 additions and 623 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"jquery": "^3.7.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
Expand All @@ -44,13 +44,13 @@
"@types/jest": "^29.5.3",
"@types/jest-axe": "^3.5.5",
"@types/jquery": "^3.5.16",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@types/node": "^20.4.10",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.6.2",
"babel-plugin-istanbul": "^6.1.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-playwright": "^0.15.3",
Expand All @@ -70,7 +70,7 @@
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"prettier": "^3.0.1",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"rollup-plugin-serve": "^2.0.2",
"tslib": "^2.6.1",
"typescript": "~5.1.6"
Expand Down
Loading

0 comments on commit d0323bd

Please sign in to comment.