Skip to content

Commit 65f1664

Browse files
Publish
- @toruslabs/config@2.1.1 - @toruslabs/eslint-config-node@3.3.2 - @toruslabs/eslint-config-react@3.4.2 - @toruslabs/eslint-config-typescript@3.3.2 - @toruslabs/eslint-config-vue@3.3.2 - @toruslabs/torus-scripts@6.0.2
1 parent 271015e commit 65f1664

File tree

7 files changed

+54
-24
lines changed

7 files changed

+54
-24
lines changed

package-lock.json

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

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Sensible Babel, Prettier, Typescript configuration for libraries",
55
"keywords": [
66
"eslint",

packages/eslint-config-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@toruslabs/eslint-config-node",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Eslint configuration for Node.js",
55
"keywords": [
66
"eslint",
77
"eslintconfig",
88
"node"
99
],
1010
"dependencies": {
11-
"@toruslabs/eslint-config-typescript": "^3.3.1",
11+
"@toruslabs/eslint-config-typescript": "^3.3.2",
1212
"eslint-plugin-chai-expect": "^3.1.0",
1313
"eslint-plugin-n": "^17.9.0",
1414
"eslint-plugin-security": "^3.0.1"

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/eslint-config-react",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Eslint configuration for React libraries",
55
"keywords": [
66
"eslint",

packages/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/eslint-config-typescript",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Eslint configuration for TypeScript libraries",
55
"keywords": [
66
"eslint",

packages/eslint-config-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/eslint-config-vue",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Eslint config for Vue.js",
55
"keywords": [
66
"eslint",

packages/torus-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toruslabs/torus-scripts",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"type": "module",
55
"description": "Scripts for Torus libraries to manage bundling, lint etc",
66
"bin": {
@@ -18,7 +18,7 @@
1818
"@babel/runtime": "^7.24.7",
1919
"@rollup/plugin-babel": "^6.0.4",
2020
"@rollup/plugin-node-resolve": "^15.2.3",
21-
"@toruslabs/config": "^2.1.0",
21+
"@toruslabs/config": "^2.1.1",
2222
"assert": "^2.1.0",
2323
"babel-loader": "^9.1.3",
2424
"browserify-zlib": "^0.2.0",

0 commit comments

Comments
 (0)