Skip to content

Commit

Permalink
Update deps and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh committed Aug 15, 2023
1 parent d6067ec commit 6eae882
Show file tree
Hide file tree
Showing 7 changed files with 2,162 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,5 +1,5 @@
module.exports = {
extends: require.resolve('@jstoolkit/configs/eslint/common'),
extends: require.resolve('@js-toolkit/configs/eslint/common'),
rules: {
'class-methods-use-this': 'off',
'global-require': 'off',
Expand Down
1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion babel.config.js
@@ -1,5 +1,5 @@
module.exports = {
extends: '@jstoolkit/configs/babel/env.babelrc.js',
extends: '@js-toolkit/configs/babel/env.babelrc.js',
plugins: [
'@babel/plugin-proposal-class-properties',
'babel-plugin-transform-inline-environment-variables',
Expand Down
2 changes: 1 addition & 1 deletion jsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@jstoolkit/configs/js/common.jsconfig.json",
"extends": "@js-toolkit/configs/js/common.jsconfig.json",
"compilerOptions": {
"baseUrl": "./src"
},
Expand Down
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -52,32 +52,32 @@
"changelog": "conventional-changelog -i CHANGELOG.md -s"
},
"dependencies": {
"@babel/register": "^7.18.9",
"@babel/register": "^7.22.5",
"require-from-string": "^2.0.2",
"source-map-support": "^0.5.21",
"yargs": "^17.5.1"
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@jstoolkit/configs": "^3.84.7",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@babel/preset-env": "^7.22.10",
"@js-toolkit/configs": "^3.87.5",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-cli": "^3.0.0",
"copyfiles": "^2.4.1",
"eslint": "^8.23.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.2",
"webpack": "^5.74.0"
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"peerDependencies": {
"webpack": ">= 2.x"
Expand Down
1 change: 1 addition & 0 deletions prettier.config.js
@@ -0,0 +1 @@
module.exports = require('@js-toolkit/configs/prettier');

0 comments on commit 6eae882

Please sign in to comment.