Skip to content

Commit

Permalink
chore: update out of date package (#110)
Browse files Browse the repository at this point in the history
semver
json-server
jsonwebtoken
  • Loading branch information
bryans99 authored Oct 17, 2023
1 parent 9f925d0 commit 55b2393
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 860 deletions.
969 changes: 121 additions & 848 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react/javascript/demo-extension-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-is": "^16.13.1",
"react-markdown": "^6.0.3",
"react-router-dom": "^5.3.0",
"semver": "^7.3.5",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions react/javascript/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.3.0",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1",
"use-file-upload": "^1.0.9"
},
Expand Down Expand Up @@ -83,7 +83,7 @@
"jest": "^26.6.3",
"jest-junit": "^12.1.0",
"jest-styled-components": "^7.0.3",
"json-server": "^0.16.3",
"json-server": "^0.17.4",
"minimist": "^1.2.2",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion react/javascript/map-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.3.0",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions react/typescript/access-key-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"date-fns": "^2.12.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.3.0",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion react/typescript/helloworld-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.3.0",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions react/typescript/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@styled-icons/material-rounded": "^10.34.0",
"axios": "^0.21.2",
"date-fns": "^2.12.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.3.0",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-testing-library": "5.3.1",
"json-server": "^0.16.3",
"json-server": "^0.17.4",
"minimist": "^1.2.2",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion react/typescript/looks-query-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-router-dom": "^5.3.0",
"redux": "^4.0.1",
"redux-saga": "^1.1.3",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion react/typescript/looks-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.3.0",
"semver": "^7.3.4",
"semver": "^7.5.4",
"styled-components": "5.3.1"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/update_packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ const packages = {
axios: '^0.21.2',
'@looker/eslint-config-oss': '^1.7.14',
lodash: '^4.17.21',
semver: '^7.5.4',
'json-server': '^0.17.4',
'jsonwebtoken': '^9.0.2',
}

const isIgnorable = (fileName: string) => {
Expand Down

0 comments on commit 55b2393

Please sign in to comment.