Skip to content

Commit

Permalink
chore(deps): up-to-date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Oct 25, 2024
1 parent aa25168 commit ddf54f6
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 129 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"@babel/preset-env": "^7.25.9",
"@babel/runtime-corejs2": "^7.25.9",
"@playwright/test": "^1.48.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.2.1",
"babel-plugin-async-to-promises": "^1.0.5",
"ci-publish": "^1.3.1",
"codemirror": "^5.49.0",
"codemirror": "^5.65.18",
"css-loader": "^6.8.1",
"debounce": "^1.2.0",
"deepmerge": "^1.5.0",
"dotenv": "^16.4.5",
"es6-promise": "^4.2.6",
"es6-set": "^0.1.5",
"escape-html": "^1.0.3",
"eslint": "^8.47.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -56,21 +56,21 @@
"monkberry-events": "4.0.8",
"monkberry-loader": "4.0.9",
"postcss": "^8.4.47",
"postcss-loader": "^7.3.3",
"postcss-loader": "^7.3.4",
"prettier": "^3.3.3",
"query-string": "^6.5.0",
"sass": "^1.66.0",
"sass-loader": "^13.3.2",
"sass": "^1.80.4",
"sass-loader": "^13.3.3",
"shelljs": "^0.8.3",
"style-loader": "^3.3.3",
"style-loader": "^3.3.4",
"svg-fill-loader": "^0.0.8",
"svg-url-loader": "^8.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"url-search-params": "1.1.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-dev-server": "^4.15.2",
"whatwg-fetch": "^3.6.20"
},
"scripts": {
Expand All @@ -85,7 +85,7 @@
"fix": "eslint --fix --ext .ts .",
"test": "npm run build:all && npm run test:run",
"test:run": "playwright test",
"test:server": "node tests/utlis/server/index.js",
"test:server": "node tests/utils/server/index.js",
"prepare": "husky install"
}
}
Loading

0 comments on commit ddf54f6

Please sign in to comment.