Skip to content

Commit 4e0a235

Browse files
Pin dependencies
1 parent e30a1d1 commit 4e0a235

9 files changed

Lines changed: 104 additions & 104 deletions

File tree

apps/react-pouchdb-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.3.30",
3+
"version": "0.3.31",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -36,12 +36,12 @@
3636
"uuid": "^11.1.0"
3737
},
3838
"devDependencies": {
39-
"@testing-library/jest-dom": "^6.6.4",
40-
"@testing-library/react": "^16.3.0",
39+
"@testing-library/jest-dom": "6.6.4",
40+
"@testing-library/react": "16.3.0",
4141
"@types/react": "^19.1.8",
4242
"@types/react-dom": "^19.1.6",
43-
"@types/uuid": "^10.0.0",
44-
"identity-obj-proxy": "^3.0.0",
45-
"pouchdb-adapter-memory": "^9.0.0"
43+
"@types/uuid": "10.0.0",
44+
"identity-obj-proxy": "3.0.0",
45+
"pouchdb-adapter-memory": "9.0.0"
4646
}
4747
}

apps/template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -32,13 +32,13 @@
3232
"wouter": "^3.7.1"
3333
},
3434
"devDependencies": {
35-
"@testing-library/react": "^16.3.0",
36-
"@testing-library/user-event": "^14.6.1",
37-
"@types/jest": "^30.0.0",
35+
"@testing-library/react": "16.3.0",
36+
"@testing-library/user-event": "14.6.1",
37+
"@types/jest": "30.0.0",
3838
"@types/react": "^19.1.8",
3939
"@types/react-dom": "^19.1.6",
40-
"concurrently": "^9.2.0",
41-
"nodemon": "^3.1.10",
42-
"supertest": "^7.1.4"
40+
"concurrently": "9.2.0",
41+
"nodemon": "3.1.10",
42+
"supertest": "7.1.4"
4343
}
4444
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apps/*"
99
],
1010
"devDependencies": {
11-
"husky": "^9.1.7"
11+
"husky": "9.1.7"
1212
},
1313
"scripts": {
1414
"prepare": "husky",

packages/react-couchdb-authentication/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.10.29",
3+
"version": "0.10.30",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -44,20 +44,20 @@
4444
},
4545
"devDependencies": {
4646
"@stanlemon/webdev": "*",
47-
"@testing-library/jest-dom": "^6.6.4",
48-
"@testing-library/react": "^16.3.0",
49-
"@types/async-retry": "^1.4.9",
50-
"@types/isomorphic-fetch": "^0.0.39",
51-
"@types/jest": "^30.0.0",
52-
"@types/node": "^22.15.1",
53-
"@types/pouchdb": "^6.4.2",
47+
"@testing-library/jest-dom": "6.6.4",
48+
"@testing-library/react": "16.3.0",
49+
"@types/async-retry": "1.4.9",
50+
"@types/isomorphic-fetch": "0.0.39",
51+
"@types/jest": "30.0.0",
52+
"@types/node": "22.16.5",
53+
"@types/pouchdb": "6.4.2",
5454
"@types/react": "^19.1.8",
55-
"isomorphic-fetch": "^3.0.0",
56-
"pouchdb": "^9.0.0",
57-
"pouchdb-adapter-memory": "^9.0.0",
58-
"react": "^19.1.0",
59-
"react-dom": "^19.1.0",
60-
"rimraf": "^6.0.1"
55+
"isomorphic-fetch": "3.0.0",
56+
"pouchdb": "9.0.0",
57+
"pouchdb-adapter-memory": "9.0.0",
58+
"react": "19.1.0",
59+
"react-dom": "19.1.0",
60+
"rimraf": "6.0.1"
6161
},
6262
"dependencies": {
6363
"async-retry": "^1.3.3",

packages/react-pouchdb/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb",
3-
"version": "0.6.17",
3+
"version": "0.6.18",
44
"description": "React components for interacting with PouchDB.",
55
"keywords": [
66
"react",
@@ -42,14 +42,14 @@
4242
},
4343
"devDependencies": {
4444
"@stanlemon/webdev": "*",
45-
"@types/debug": "^4.1.12",
46-
"@types/lodash-es": "^4.17.12",
47-
"@types/node": "^22.15.1",
48-
"@types/pouchdb": "^6.4.2",
49-
"pouchdb": "^9.0.0",
50-
"pouchdb-adapter-memory": "^9.0.0",
51-
"rimraf": "^6.0.1",
52-
"wait-for-expect": "^3.0.2"
45+
"@types/debug": "4.1.12",
46+
"@types/lodash-es": "4.17.12",
47+
"@types/node": "22.16.5",
48+
"@types/pouchdb": "6.4.2",
49+
"pouchdb": "9.0.0",
50+
"pouchdb-adapter-memory": "9.0.0",
51+
"rimraf": "6.0.1",
52+
"wait-for-expect": "3.0.2"
5353
},
5454
"dependencies": {
5555
"lodash-es": "^4.17.21"

packages/server-with-auth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -33,10 +33,10 @@
3333
},
3434
"devDependencies": {
3535
"@stanlemon/eslint-config": "*",
36-
"@types/supertest": "^6.0.3",
37-
"better-sqlite3": "^12.2.0",
38-
"knex": "^3.1.0",
39-
"nodemon": "^3.1.10",
40-
"supertest": "^7.1.4"
36+
"@types/supertest": "6.0.3",
37+
"better-sqlite3": "12.2.0",
38+
"knex": "3.1.0",
39+
"nodemon": "3.1.10",
40+
"supertest": "7.1.4"
4141
}
4242
}

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@stanlemon/eslint-config": "*",
38-
"@types/lodash": "^4.17.20",
39-
"nodemon": "^3.1.10"
38+
"@types/lodash": "4.17.20",
39+
"nodemon": "3.1.10"
4040
}
4141
}

0 commit comments

Comments
 (0)