Skip to content

Commit

Permalink
feat: version pinned all dependencies for consistency across developm…
Browse files Browse the repository at this point in the history
…ent machines and pipelines.
  • Loading branch information
pepijnverburg committed May 12, 2023
1 parent 6cc9557 commit 5814aa4
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"packages/shared"
],
"devDependencies": {
"lerna": "^6.6.1"
"lerna": "6.6.1"
}
}
17 changes: 9 additions & 8 deletions packages/examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
"dependencies": {
"@clippet/free-sound-font": "*",
"@clippet/react": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"framer-motion": "10.12.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
"@originjs/vite-plugin-commonjs": "1.0.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"typescript": "4.6.4",
"vite": "3.1.0"
}
}
24 changes: 12 additions & 12 deletions packages/fonts/free/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-url": "^8.0.1",
"@types/jest": "^29.1.1",
"@types/node": "^18.8.1",
"jest": "^29.1.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^3.5.0",
"rollup-plugin-dts": "^5.0.0",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
"@rollup/plugin-typescript": "10.0.1",
"@rollup/plugin-url": "8.0.1",
"@types/jest": "29.1.1",
"@types/node": "18.8.1",
"jest": "29.1.2",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"rollup": "3.5.0",
"rollup-plugin-dts": "5.0.0",
"ts-jest": "29.0.3",
"tslib": "2.4.1",
"typescript": "4.8.4"
}
}
32 changes: 16 additions & 16 deletions packages/libraries/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-url": "^8.0.1",
"@types/jest": "^29.1.1",
"@types/node": "^18.8.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"jest": "^29.1.2",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^3.5.0",
"rollup-plugin-dts": "^5.0.0",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
"@rollup/plugin-typescript": "10.0.1",
"@rollup/plugin-url": "8.0.1",
"@types/jest": "29.1.1",
"@types/node": "18.8.1",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"jest": "29.1.2",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"rollup": "3.5.0",
"rollup-plugin-dts": "5.0.0",
"ts-jest": "29.0.3",
"tslib": "2.4.1",
"typescript": "4.8.4"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
"npm-run-all": "4.1.5",
"rimraf": "5.0.0",
"tslib": "2.5.0",
"typescript": "5.0.4"
}
}

0 comments on commit 5814aa4

Please sign in to comment.