Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
chaitanyapotti committed Jul 31, 2024
1 parent 271015e commit 65f1664
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 24 deletions.
62 changes: 46 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/config",
"version": "2.1.0",
"version": "2.1.1",
"description": "Sensible Babel, Prettier, Typescript configuration for libraries",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@toruslabs/eslint-config-node",
"version": "3.3.1",
"version": "3.3.2",
"description": "Eslint configuration for Node.js",
"keywords": [
"eslint",
"eslintconfig",
"node"
],
"dependencies": {
"@toruslabs/eslint-config-typescript": "^3.3.1",
"@toruslabs/eslint-config-typescript": "^3.3.2",
"eslint-plugin-chai-expect": "^3.1.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-security": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/eslint-config-react",
"version": "3.4.1",
"version": "3.4.2",
"description": "Eslint configuration for React libraries",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/eslint-config-typescript",
"version": "3.3.1",
"version": "3.3.2",
"description": "Eslint configuration for TypeScript libraries",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/eslint-config-vue",
"version": "3.3.1",
"version": "3.3.2",
"description": "Eslint config for Vue.js",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions packages/torus-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/torus-scripts",
"version": "6.0.1",
"version": "6.0.2",
"type": "module",
"description": "Scripts for Torus libraries to manage bundling, lint etc",
"bin": {
Expand All @@ -18,7 +18,7 @@
"@babel/runtime": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@toruslabs/config": "^2.1.0",
"@toruslabs/config": "^2.1.1",
"assert": "^2.1.0",
"babel-loader": "^9.1.3",
"browserify-zlib": "^0.2.0",
Expand Down

0 comments on commit 65f1664

Please sign in to comment.