Skip to content

Commit

Permalink
fix: bump dependencies to latest (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Sep 19, 2024
1 parent ef52ee1 commit 4f79647
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 494 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@node-cli/bundlesize": "4.2.1",
"@versini/dev-dependencies-client": "6.0.3",
"@versini/dev-dependencies-types": "1.3.6"
"@versini/dev-dependencies-client": "6.0.5",
"@versini/dev-dependencies-types": "1.3.7"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
12 changes: 3 additions & 9 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand All @@ -31,9 +29,7 @@
"stats:pr": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\" -o tmp/stats.json --silent",
"stats:release": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\" -o stats/stats.json --silent",
"stats:report": "bundlesize -c bundlesize.config.js --type report -o tmp/pr-stats.md --silent",
"stats": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\"",
"test:watch": "vitest",
"test": "vitest run"
"stats": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\""
},
"peerDependencies": {
"react": "^18.3.1",
Expand All @@ -59,7 +55,5 @@
"@versini/ui-spinner": "workspace:../ui-spinner",
"@versini/ui-table": "workspace:../ui-table"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
12 changes: 3 additions & 9 deletions packages/ui-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand All @@ -31,9 +29,7 @@
"stats:pr": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\" -o tmp/stats.json --silent",
"stats:release": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\" -o stats/stats.json --silent",
"stats:report": "bundlesize -c bundlesize.config.js --type report -o tmp/pr-stats.md --silent",
"stats": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\"",
"test:watch": "vitest",
"test": "vitest run"
"stats": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\""
},
"peerDependencies": {
"react": "^18.3.1",
Expand All @@ -52,7 +48,5 @@
"@versini/ui-private": "workspace:../ui-private",
"clsx": "2.1.1"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
Loading

0 comments on commit 4f79647

Please sign in to comment.